--- Colm McCartan <[EMAIL PROTECTED]> wrote:
> 19/06/2001 11:26:03, "Gareth Coltman"
> <[EMAIL PROTECTED]> wrote:
> >> How to redirect to a page after post action?
> Browser's refresh button always
> call this post action. I have tried
> >> Response.sendRedirect and data.setRedirectUri.
> >>
> >> Thank you,
> >> Aravinda.
>
> >Why do you want to do this?
> >
> >Gareth
> >
>
> I think I get this.. I have also noticed that if you
> are sent, via an action to
> a destination page and then use the browser reload,
> the action is reapplied -
> even though the browser URL looks like a simple page
> URL. I have wondered about
> this as well...
>
> colm
try this
data.setScreenTemplate("SomeScreen.vm");
or
data.res.sendRedirect("http://SomeSite/SomeFile.html");
data.res.flushBuffer();
hristo
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]