|
When I
was using 3.3a it threw an IllegalStateException, when ever a RequestDispatcher
was involved. This has been a recognised problem, but it's fixed now in
4+
So
don't know what's causing your problem.
Mike
W.
Well, I'm currently using Tomcat 4.3. How is the
error shown in your application?
Regards.
----- Original Message -----
Sent: Thursday, May 02, 2002 12:56
PM
Subject: Re: Runtime error handling for
JSPs.
Just use Tomcat 4, I had the same problem with
TC3.3a if that's what you're using
Mike W
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.
|