How can we specify the default name for a bean when we drop it on a form?
Thanks,
Larry Long
How can we specify the default name for a bean when we drop it on a form?
Thanks,
Larry Long
Larry,
Currently, the only way to do that is to create a bean instance, name it with the desired name and save it as a template.
Then, when the template is applied, the new name is used (postfixed with a number when the name was already in use).
Rob