Try setting the autoflush directive to false. <%@page autoFlush = "false"%> > ---------- > From: Gagan Goel[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Thursday, August 10, 2000 3:08 PM > To: [EMAIL PROTECTED] > Subject: Error while forwrding > > Hi All, > > In a JSP page when ever I get some exception I am forwarding the eror > message to to an error page but while forwarding I am getting > java.lang.IllegalStateException: and Attempt to clear a buffer that is > alraedy been flushed. > > I feel this is buffer problem as before forwarding a page it is flushing > it > and there is no data so it is giving such an error. But I dont know how to > tackle it. > Please help me. > regards > Gagan > > ========================================================================== > = > 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 > =========================================================================== 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
