http://www.docjar.com/docs/api/org/apache/struts/action/Action.html#execute(org.apache.struts.action.ActionMapping,%20org.apache.struts.action.ActionForm,%20javax.servlet.http.HttpServletRequest,%20javax.servlet.http.HttpServletResponse)
The second parameter of the Action execute method is 'ActionForm'
HTH,
Martin-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "David Grundberg" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Sunday, September 10, 2006 8:46 AM
Subject: How do I get the original RequestURI?


> Hi,
> 
> I want to do something like this:
> 1. User enters http://localhost/appname/welcome.do
> 2. PlaceAction forwards to list.do
> 3. In ListAction, I want to retrieve the URL the user entered 
> "/appname/welcome.do".
> 
> The problem: when I run getRequestURI in the ListAction, all I get is 
> "/appname/list.do". I guess this is a sort of natural thing for it to 
> do, but how do I get the original URI? (/appname/welcome.do)
> 
> Any help appreciated!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to