Hi,
What is best method to get back to the previous page, after eg. login.
All I thought so far is to set actual path in <input type="hidden" />
(if possible with JS), and use it to redirect in Action. But what if
someone first use search form to get results of something, and after
that he use login form - I can store so many information in hidden
field. Maybe I should use bean to store previous user action I mean
whole previous request, but can I use it later? I really don't know
the right and common method, maybe someone can help me?

Regards,
Lee

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

Reply via email to