How to detect model changes in form submission

2008-06-14 Thread galbelli
in context: http://www.nabble.com/How-to-detect-model-changes-in-form-submission-tp17839138p17839138.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to detect model changes in form submission

2008-06-14 Thread Michael Allan
Is there an easy way to detect what model objects have changed as a result of a form submission? I see that wicket compares the old values to the submitted values but where can I hook into tthat change detection? I have a data grid with many rows and only a few could change. Override

Re: How to detect model changes in form submission

2008-06-14 Thread Martin Grigorov
On Sat, 2008-06-14 at 09:52 -0400, Michael Allan wrote: Is there an easy way to detect what model objects have changed as a result of a form submission? I see that wicket compares the old values to the submitted values but where can I hook into tthat change detection? I have a data grid