Just use Tomcat 4, I had the same problem with TC3.3a if that's what you're using
 
Mike W
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Diego Sabaris
Sent: 02 May 2002 13:01
To: [EMAIL PROTECTED]
Subject: Runtime error handling for JSPs.

I'm including a JSP page into another (main.jsp):
 
    <jsp:include page="toolbar.jsp" flush="true"/>
The problem is when a Runtime exception is thrown within the "toolbar.jsp". How can I show the error correctly? It is difficult because the browser has already received some data before the error occurs. 
 
Thanks in advance.
Diego.

Reply via email to