I wonder if anyone has solved that issue - I need to find out if any of fields that are bound to view have been modified (for example I have a form with a model object behind it and I want to check if submission of this form changed any of the fields that are bound to this form). I have to use it without the use of javascript.
Is there any way to find this out?