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