You can use the same method with the DynaActionForm - I do so regularly and it works fine. BeanUtils takes two Objects
-jeff
On Wednesday, November 26, 2003, at 03:14 PM, Franck wrote:
Hi,
With an ActionForm, there is a smart way To copy properties of the Form to another Bean :
BeanUtils.copyProperties(userform, user);
But is there a way to do something like this With a DynaActionForm or a DynaValidatorForm ?
Thanks
-- Franck Lefebure equipe web http://www.orangecaraibe.com mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

