Re: Cannot forward after response has been committed

2011-08-27 Thread Donald Jolley
> You need to read the Servlet spec. Great suggestion. I didn't even know that there was a Servlet spec! Very revealing. Your further response summarizes very well the essence of what the Spec has to say on the subject. My intention was to try to come up with a general-purpose forwarding mecha

Re: Cannot forward after response has been committed

2011-08-27 Thread Konstantin Kolinko
encountered the error, >> "Cannot forward after response has been committed".  I have done some >> googling on this error message and the gist seems to be that one cannot >> forward after ANY HTML has been sent.  I could certainly understand that >> because it would se

Re: Cannot forward after response has been committed

2011-08-27 Thread Mark Thomas
to work > flawlessly. Thus it became clear to me that I do not understand the exact > nature of the Cannot-forward-after-response-has-been-committed error. > > Can someone please enlighten me on the exact nature of this error message? > Obviously, I would also be interested in

Cannot forward after response has been committed

2011-08-27 Thread Donald Jolley
I have been playing around with forwarding. I have a variety of test samples and they all work. However, after trying to deploy a forwarding mechanism within the contest of a larger page I have encountered the error, "Cannot forward after response has been committed". I have done som