[Vaadin 7.3.2]
DataBinding with CustomField<com.abc.validation> isModified() always return FALSE
Hi folks, I trying to implement a form that ask the user to SAVE is the data has been modified. So far it works with components that are use directly…
Ex: ComboBox and TextField
Since we are re-using partial form somewhere else in our application, I’ve created a CustomField that could be re-used. My problem is, Even if the dataBinding work as expected (using a FieldGroup) the CustomField method isModified always return FALSE
PS: I have made a cheap workaround using a ValueChangeListener, but I would prefer not having to do that since I may not understand how to do it the RIGHT way in vaadin
Thanks in advance for your help