BeanUtils: dirty checking

2008-03-05 Thread Paul Benedict
This question is about BeanUtils 1.8. Does any functionality exist to compare two beans of the same type to determine whether (a) it is dirty and (b) a list/set of differences of properties? Paul

Re: BeanUtils: dirty checking

2008-03-05 Thread Niall Pemberton
On Wed, Mar 5, 2008 at 3:33 PM, Paul Benedict [EMAIL PROTECTED] wrote: This question is about BeanUtils 1.8. Does any functionality exist to compare two beans of the same type to determine whether (a) it is dirty and (b) a list/set of differences of properties? Not at the moment, but I

Re: BeanUtils: dirty checking

2008-03-05 Thread James Carman
On 3/5/08, Niall Pemberton [EMAIL PROTECTED] wrote: On Wed, Mar 5, 2008 at 3:33 PM, Paul Benedict [EMAIL PROTECTED] wrote: This question is about BeanUtils 1.8. Does any functionality exist to compare two beans of the same type to determine whether (a) it is dirty and (b) a list/set