You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mailing List <ma...@pdpsoft.com> on 2004/02/16 15:13:40 UTC

copyProperties different properties

Hi,
 
We want to copy from one bean to another by using BeanUtils.copyProperties.
There are some differences between the properties of these two beans. 
Is there any way that we can send, for example a HasMap, to this method (or
similar method), and define the relation of properties of these beans?
 
Thanks!