On Thu, Sep 10, 2015 at 7:56 AM, Nathan Quirynen < nat...@pensionarchitects.be> wrote:
> How can I set a redirect when an exception has been thrown? > But this seems to only work for non-XHR requests? Or did I forget > something here? > If you are on T5.4, you can simply contribute an exception type -> error page map to the DefaultRequestExceptionHandler. It handles XHR requests as well. See http://tapestry.apache.org/5.4/apidocs/org/apache/tapestry5/internal/services/DefaultRequestExceptionHandler.html . Kalle