[Wicket-user] AbstractBehavior or AjaxFormSubmitBehavior exception handling

2007-03-14 Thread Apaar Trivedi
Hey guys, When I have an exception (in this case a NullPointerException) occur during the onSubmit of an AjaxFormSubmitBehavior, neither onException or onError is being called. Why is that? I thought these methods existed specifically to catch these types of problems? Thanks Par

Re: [Wicket-user] AbstractBehavior or AjaxFormSubmitBehavior exception handling

2007-03-14 Thread Igor Vaynberg
onexception where? onerror is called when a form validation error occurs. -igor On 3/14/07, Apaar Trivedi [EMAIL PROTECTED] wrote: Hey guys, When I have an exception (in this case a NullPointerException) occur during the onSubmit of an AjaxFormSubmitBehavior, neither onException or

Re: [Wicket-user] AbstractBehavior or AjaxFormSubmitBehavior exception handling

2007-03-14 Thread Nathan Hamblen
Is it this? https://issues.apache.org/jira/browse/WICKET-376 Apaar Trivedi wrote: Hey guys, When I have an exception (in this case a NullPointerException) occur during the onSubmit of an AjaxFormSubmitBehavior, neither onException or onError is being called. Why is that? I thought