On Thu, 13 Jul 2000, you wrote:

> Yeah, it says in the javadoc that you have to set the response code to
> 302...I guess my question is how do I do that?

data.getResponse().setStatus( HttpServletResponse.SC_MOVED_TEMORARILY ) ;

This will work. But to be "spec correct" I think you're supposed to use
setError() See 2.2 servlet spec.

 -- 
dave
[EMAIL PROTECTED]
----------------------



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to