beanutils copy to ignore null properties

2008-10-13 Thread miro
will be B instead I want beanUtils to update TestA just by copying non null properties is it possible ? -- View this message in context: http://www.nabble.com/beanutils-copy---to-ignore-null-properties-tp19960177p19960177.html Sent from the Commons - User mailing list archive at Nabble.com

Re: beanutils copy to ignore null properties

2008-10-13 Thread Niall Pemberton
On Mon, Oct 13, 2008 at 7:25 PM, miro [EMAIL PROTECTED] wrote: I have Bean Test with properties A and B An instance of Test TestA has value for A and B is null. another intance of Test TestB has value for B and A is null . now when I call copyProperties