Hi,

I want to redirect a user to his previous visited URL, after a successful
login.
For example, a user clicked on:
/mySite/products/purchase.action?id=45&try=234

and this takes him to the login page. I do that by using a login interceptor
on purchase.action. I store this URL in the session in the login
interceptor. Any ideas on how I redirect back to this URL? (Of course this
URL can vary depending on where the user was).

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Redirect-to-any-URL.-tp16893207p16893207.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to