Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: RE: response.redirect() problem


Message #1 by "Mike Rittelmeyer" <mike.rittelmeyer@d...> on Mon, 5 Aug 2002 20:09:26
Winston,

Thanks for the reply. Since this problem exists within the context of a 
JSP, the JSP compiler automatically inserts a few out.write("\r\n"); 
statements. However, I am not getting an illegal state exception, and a 
test of isCommitted() returns false. 

Mike


> Mike,
	response.sendRedirect(absoluteURL); is working fine on iPlanet App 
Server
6.0 SP3. Trying putting a return; after the above statement.

Mayank

-----Original Message-----
From: Winston Olleri [mailto:winston@i...]
Sent: Friday, July 26, 2002 1:07 PM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] RE: response.redirect() problem


hey mike,
	i do not know if you are aware of this , but if you are using
response.sendRedirect() or
	response.redirect() you should not have any out.println() methods 
in the
source page...
winston


  Return to Index