You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Natra, Uday" <UN...@cooksys.com> on 2001/04/12 18:41:20 UTC

PropertyUtils.copyProperties usage

Hi All,
Is it necessary that all the attributes of Form Beans should be strings?
Should I represent my dates also as strings??

If I use non string data types for the dates in my Model objects then how
can I use the PropertyUtils.copyProperties(formBean, Object)  method to copy
the data from my model obejct to the Form Bean??

Can any one comment on this? Ur feed back is really appreciated.

Thanks,
Uday.