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 BeanUtils.copyProperties(TestA, TestB)
TestA 
  property A will get null 
and Propetrty B 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.


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

Reply via email to