Re: Handle form submit Exception on setDefaultModelObject

2013-09-10 Thread Edgar Merino
Overriding Form#process(IFormSubmitter) suffices my needs, thanks for the quick response. On 10/09/13 07:01, Sven Meier wrote: A) override Form#process(IFormSubmitter) and handle the exception B) implement an IRequestCycleListener which handles the exception Sven On 09/10/2013 01:46 PM, Edga

Re: Handle form submit Exception on setDefaultModelObject

2013-09-10 Thread Sven Meier
A) override Form#process(IFormSubmitter) and handle the exception B) implement an IRequestCycleListener which handles the exception Sven On 09/10/2013 01:46 PM, Edgar Merino wrote: Hello, I have a Form with some components attached to it, when I submit the Form through an AjaxSubmitLink some of

Handle form submit Exception on setDefaultModelObject

2013-09-10 Thread Edgar Merino
Hello, I have a Form with some components attached to it, when I submit the Form through an AjaxSubmitLink some of these components may throw an Exception while updating their models. What can I do to handle these Exceptions and show error messages using error() and adding the feedback panel to