Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
5.0.15
-
None
-
None
-
None
Description
When a request, such as a form submission, fails with an exception, we currently render the exception report page within the same request.
We should capture the necessary information (as client persistent properties, once implemented as TAPESTRY-1356), including request headers and session state within the request which threw the exception, then send a normal client-redirect to the exception page to present the data.
If nothing else, this will be needed by the time we implement portlets, since you can't fudge the difference between action and render requests inside a portlet container.
Attachments
Issue Links
- depends upon
-
TAPESTRY-1356 Implement client-side field persistence
- Closed