Re: [beanutils] BeanUtils.copyProperties support for non-simple properties...?

2002-12-04 Thread robert burrell donkin
[EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List commons- [EMAIL PROTECTED] To: Jakarta Commons Developers [EMAIL PROTECTED] Subject: [beanutils] BeanUtils.copyProperties support for non-simple properties...? the following bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14470

Re: [beanutils] BeanUtils.copyProperties support for non-simple properties...?

2002-12-01 Thread robert burrell donkin
Commons Developers [EMAIL PROTECTED] Subject: [beanutils] BeanUtils.copyProperties support for non-simple properties...? the following bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14470 boils down to copyProperty calling setSimpleProperty rather than setProperty. since this is (just

[beanutils] BeanUtils.copyProperties support for non-simple properties...?

2002-11-28 Thread robert burrell donkin
the following bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14470 boils down to copyProperty calling setSimpleProperty rather than setProperty. since this is (just) in the java docs, i'm reluctant to change this in case there's a good reason why it was written like this. does anyone