Camilla Straubel wrote:
>
> Hi
>
> When a compilationerror in the jsp-page exists the error page (that I have
> specified) are not called. Is there a way to do this?
>
A compilation error is just that, a compilation error. Since the server
is not able to compile the page correctly and create the servlet, it
shows the message. AFIK there is no way around this. The error-page
directive works from within the servlet.

--
======================================================================================
Sven E. van 't Veer
http://www.cachoeiro.net
Java Developer                                                      [EMAIL PROTECTED]
======================================================================================

===========================================================================
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

Reply via email to