Hello

I have the following problem:
- I call a specific action with someaction.do.
- In the action i check it the user has logged in.
- If it has not, it should be redirected to the login page
- If it is, just display the apropriate page.

But here it comes:
- After the user has been logged in, the originally
approprate page should be displayed by calling
the someaction Action again, with the same parameters.

So how do I save and later restore them?

Thankx




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

Reply via email to