On Thursday, January 17, 2002, at 08:37  AM, Gareth Coltman wrote:

> Maybe I am missing something but to me it just looks like setTarget 
> changes
> the template that will be rendered. I am talking about sending a 301 
> back to
> the browser. Sorry if this is obvious and I just can't get it!

We have recently put 'data.getResponse().sendRedirect("http://...";)'
in our actions for similar goal.  We wanted to prevent the refresh
button from resubmitting the forms.  It has worked great for us.
We're using Tomcat standalone, no Apache.  I think this is sending a
302 redirect, but I haven't actually verified that explicitly.

-Eric

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

Reply via email to