I've a form and a corresponding value object (vo). Things work fine when I 
populate the form with value object (vo).....

BeanUtils.populate(form, BeanUtils.describe(vo));

But it doesnt work the other way around....

BeanUtils.populate(vo, BeanUtils.describe(form));

and throws an exception- java.lang.IllegalArgumentException: argument type 
mismatch.

Any thoughts?

Thanks, SRIRAM...

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to