How about using a servlet to do all your processing and then forwarding to a jsp from there? Will save you all sorts of headaches like this one.
> -----Original Message----- > From: chanan braunstein [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 29, 2003 10:43 AM > To: [EMAIL PROTECTED] > Subject: sendRedirect and page buffers > > > Hello, > I have a page that uses a sendRedirect. There is a bunch > of logic at the top of the page, but really nothing much is > being sent to the user. However every once and a while I get > the following error: > > java.lang.IllegalStateException > at > org.apache.coyote.tomcat4.CoyoteResponseFacade.sendRedirect(Co > yoteRespon > seFacade.java:340) > at org.apache.jsp.Show_Text_jsp._jspService(Show_Text_jsp.java:250) > > So I tried increasing the buffer using the buffer > attribute and this does not seem to help (I have it set to > 64kb now). Any ideas? > > Chanan Braunstein > knovel Corp. > Web Development Manager > 607-648-4770 x672 > http://www.knovel.com > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
