DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10535

DynaActionForm, BeanUtils.populate, Unknown property 'multipartRequestHandler'





------- Additional Comments From [EMAIL PROTECTED]  2002-07-07 23:18 -------
This is actually an issue in BeanUtils.describe(), which is not currently aware
of DynaBeans so it was returning the "real" JavaBeans properties of the
DynaActionForm class.  Fixed in nightly build 20020708.

You should also note that the BeanUtils.describe() and BeanUtils.populate()
methods do object->string and string->object conversions that are probably
wasted effort for this use case.  You should probably look at using
PropertyUtils.describe() and/or PropertyUtils.copyProperties() instead.

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

Reply via email to