Re: Handling exceptions thrown from Action.perform in the errorpage?

2001-07-24 Thread Ted Husted
> > > > return mapping.findForward("error") Will forward to the file named "errorpage.jsp" in the root of your Web application. If it doesn't, something else is wrong, like doPerform is not throwing the exception (Try logging it too.), or the page is in the root of your container in

Handling exceptions thrown from Action.perform in the errorpage?

2001-07-24 Thread sbt
Hey there! I have a question for you guys. When an exception is thrown in my Action derivative I want that exception to be handled by the errorpage (<%@ page isErrorPage="true %>). After fooling around with the web.xml file adding entries such as: javax.servlet.ServletException