Re: Creating a DynaBean from an ActionForm on the fly

2006-08-25 Thread Jakub Milkiewicz
Hi Look at common beanutils documentation. There is something called WrapDynaBean . 2006/8/23, Scott Van Wart <[EMAIL PROTECTED]>: Is it possible to get a DynaBean object

Creating a DynaBean from an ActionForm on the fly

2006-08-23 Thread Scott Van Wart
Is it possible to get a DynaBean object from an ActionForm programmatically? I need to create a copy of a form, but cloneBean isn't working. I have a map-based nested bean (which lets me do stuff like 'myform.child(ABC).name), but cloneBean does a SHALLOW (argh!) copy of the map so the origin