Is sounds like Tomcat has already started sending the output the the browser
by the time you are trying to do a sendRedirect.  At this point is is too
late to change your mind about what page you want to send.  You have to move
the logic that desides to redirect up before the first 8K of your page is
output.

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to