Hello Please reply to all as I am not a list member. Thank you! If I have a page that has a <@page errorPage="E" %>, and I include it in the another page, what should I see if an exception occurs while executing the included page? I believe I should see the enclosing page normally and, at the point of inclusion, the error page. Is this correct? What I'm seeing in Tomcat is a mixture between the enclosing page and an Error 500 "Internal servlet error" with a stacktrace. Sometimes Tomcat would even go into an kind of never-ending memory-eating loop when I try this. If I flush the out stream before the include, I see java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained This should have gone to Tomcat developers as well, but I can't seem to find their address, especially with jakarta down... thanks Cristian __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ =========================================================================== 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
