I have a huge form and I would like to submit only the fields that were modified on client side. So I need to decide, in client side, what fields to submit. Is it possible?
Submit always all fields and handle that in server side is not an option.
JSF 1.x or 2.x? Why exactly is submitting the entire form a problem? Why exactly is handling all fields not an option? (JSF does that automagically, so the problem is now less understandable). Is it an autogenerated table with a million of fields or something? – BalusCApr 4 '11 at 16:11