Re: AjaxErrorStrategy.INVOKE_FAILURE_HANDLER in wicket6

2012-10-24 Thread Martin Grigorov
Hi, On Wed, Oct 24, 2012 at 6:45 PM, Steve Lowery wrote: > I see I can override the AjaxErrorHandlingStrategy in wicket6 to > be AjaxErrorStrategy.INVOKE_FAILURE_HANDLER so that we don't get a 302 to > the appropriate error page (InternalError, NotAuthorized, etc). My > question is how do I do

AjaxErrorStrategy.INVOKE_FAILURE_HANDLER in wicket6

2012-10-24 Thread Steve Lowery
I see I can override the AjaxErrorHandlingStrategy in wicket6 to be AjaxErrorStrategy.INVOKE_FAILURE_HANDLER so that we don't get a 302 to the appropriate error page (InternalError, NotAuthorized, etc). My question is how do I do something useful with this? With only that change, the 500 error co