You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bryan Field-Elliot <br...@netmeme.org> on 2002/09/16 07:01:05 UTC

Original action's URL?

Sorry if this question has been asked a thousand times... It probably
has, but it's very late and google isn't cooperating with me to find the
answer....

In a JSP page (which a Struts Action forwarded to), how can I obtain the
URL or Struts action name of the original action which was invoked?

Calling request.getRequestURI() returns the current JSP page, but that's
not the URL the user used to get there...

Thanks in advance,

Bryan