forward takes the current request and response objects and sends them to
another resource which then handles the request as it sees fit.
Redirect sends a response back to the client that causes the clients browser
to send a new request to the new provided URL.

response courtesy of JavaRanch article
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=18&t=
000315

Verdad?
-Martin

----- Original Message -----
From: "Julio Cesar De Salvo" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 11:05 AM
Subject: is this posible? return to the same page after being executed


> Is there some way to return to the page / action that called to action
> that is being executed?
> I've 1 jsp that forwards to an action and I would like to return to the
> same page that called the action, by setting the path in the
> ActionForward object.
>
> Thanks.
>

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

Reply via email to