Error page for AJAX requests

2014-09-26 Thread Wayne W
Hi all, we've recently moved to Wicket 6.17 from 1.4 and I'm having trouble with NOT showing the default wicket error page when a runtime exception is thrown from an AjaxLink. I've set the following in the application: getApplicationSettings().setInternalErrorPage(ErrorPage.class);

Re: Error page for AJAX requests

2014-09-26 Thread Martin Grigorov
Hi, Check org.apache.wicket.settings.ExceptionSettings#setAjaxErrorHandlingStrategy Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Sep 26, 2014 at 1:25 PM, Wayne W waynemailingli...@gmail.com wrote: Hi all, we've recently moved to Wicket 6.17 from 1.4