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