Hi Everyone

 

I want to know if there is a way that I can take an original bean object
i.e. User  which gets passed to component BeanEditForm, then when
certain values are changed in the bean, the on Validate method will ONLY
call the applicable validation methods for the fields values that have
changed. In the case when you have a  Cayenne DAO listener and work with
the Object Context with a callback to determine which field's values
have changed, however not so in the case of a bean.

 

As I am obfuscating from DAO, is there a way that I can check which
field values have changed in a Bean ? 

 

Many thanks 

Eldred 

 

Reply via email to