> Just a quickie - I have placed most of my JSP code into try and catch
blocks,
> but I have also included the errorPage directive.
>
> The problem is the exception is caught and the error page is not called. I
> have even tried a jsp:forward in the catch block.
>
> Should I remove the try and catch and let the error page be displayed.
>
Just re-throw the exception (or a new one) in the catch block.
_3
M
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets