Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0 branch (discontinued), 1.2.6, 1.3.0-beta1
-
None
-
None
Description
I just found out that exception handling with Ajax doesn't work properly in development mode or when a user provides a custom error page instance in a custom request cycle. The problem is that the error page is never displayed.
This is strange, as setResponsePage with a page instance in an ajax request works fine. To illustrate this problem, I added another link to the ajax links example.
I'm at a loss why this doesn't work currently.