Title: Message
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 -----
Sent: Saturday, October 25, 2003 8:46 AM
Subject: Re: [OS-webwork] JSP page exceptions

 
----- Original Message -----
Sent: Friday, October 24, 2003 5:37 PM
Subject: RE: [OS-webwork] JSP page exceptions

I think this may be JSP implementation specific... where are the errors occuring and what are you seeing / getting?
There is an "error-page" mechanism in JSDK to display errors via customized pages. The same mechanism may be used for all (Servlet/IO/Runtime)(Exception/Error)s.
 
-- Mike

Reply via email to