Hi
Look at common beanutils documentation. There is something called
WrapDynaBean<http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/WrapDynaBean.html>
.

2006/8/23, Scott Van Wart <[EMAIL PROTECTED]>:

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 original and the clone have the same map values.

- Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to