There are a couple options I can think of:
1. use request.getHeader("Referer")
2. add a property to your generic class that holds the return link.
Then have the calling class set it.
3. you could use javascript to back up, but that is ugly...
HTH,
Pete
>Hi,
>
>I have a generic action class that I want to set up that when the class
is
>successful it send the user back to the page from which they came. How
do I
>get that information? And, how would I structure my class to allow it
to
>send the user back?
>
>Thanks for any info.
>
>Alex
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>