|
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. |
- Re: Runtime error handling for JSPs. Diego Sabaris
- Re: Runtime error handling for JSPs. Mike Whittaker
- Re: Runtime error handling for JSPs. Diego Sabaris
- Re: Runtime error handling for JSPs. Mike Whittaker
