Hi all,

In my struts application I need to check if some information is still 
valid. If not then I need to redirect the user to some other page.
The page I need to send the user to is not static. So I need to calculate 
to which page the user needs to be redirected.

In my Action class I would like to do the checking. And redirect the user 
to the correct page.
I cannot use something like this:

return (mapping.findForward("overview"));

because the redirection page is dynamic.

Any ideas on how to achieve this?

Thanks a lot,

Harm de Laat
Informatiefabriek
The Netherlands


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

Reply via email to