I want to specify different error pages depending
on what "section" of my site they occur in (ie name space). This is
similar to JSP's error page directive but also able to be used with my own
application exceptions thrown from actions.
The servlet error page mechanism only allows you to
specify a mapping between an Exception type and an error page. This could
be used to send all exceptions to an action that "remapped" the exception to a
more specific error page based on the request uri.
But I agree with the previous posts that a WW2
specific framework to handle this mapping would be more useful.
----- Original Message -----
|
Title: Message
- [OS-webwork] JSP page exceptions John Patterson
- RE: [OS-webwork] JSP page exceptions Jason Carreira
- Re: [OS-webwork] JSP page exceptions Michal Mosiewicz
- John Patterson