update: Tomcat 4.0.1 IllegalStateException (was NOT in 4.0 final)

2001-10-18 Thread pero
Hi, I found out that this happens mostly when using pageContext.forward(). I use this method before writing any html-code and I do a return; afterwards. Has anybody any clue? cheers, pero -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001

Re: update: Tomcat 4.0.1 IllegalStateException (was NOT in 4.0 final)

2001-10-18 Thread Remy Maucherat
Hi, I found out that this happens mostly when using pageContext.forward(). I use this method before writing any html-code and I do a return; afterwards. Has anybody any clue? After a forward, the response is not modifiable anymore by the application. One modification which was added