You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Christopher Willingham <co...@maine.rr.com> on 2003/05/08 23:00:29 UTC

beanutils.copyProperties, why doesn't it work with default plus overloaded constructor?

Hi,

 

I have a bean that I'm using with BeanUtils.copy properties.  The bean
has both a no arg default constructor and also an overloaded.  With the
overloaded it doesn't work, without it does.  Shouldn't it work with,
doesn't that still follow the bean spec?  Or am I forgetting to call
super or something?

 

Chris