> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Really? BeanUtils.copyProperties seems to indicate that it copies
> "bean
> properties" which are usually defined as strings for which the methods
> getFoo and setFoo exist. For a DynaValidatorBean, no such methods
> exist.

http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.6.1/docs
/api/

'If the origin "bean" is actually a Map, it is assumed to contain
String-valued simple property names as the keys, pointing at the
corresponding property values that will be converted (if necessary) and
set in the destination bean.'

Dave

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

Reply via email to