I have a easy question?
Why can't adding to the formModel a ValueChangeListener common to the all properties of ValueModel.

In this moment, the unique way is using the method formModel.addFormValueChangeListener(formPropertyP ath, listerner) for each property.

May be, that i need is a DirtyListener !!!???
Any idea to simplify this hard process?

Thanks on advance...