How to implement:

- user fills out form, session times out, users
submits form, user is shown login screen, user logs
in, users form is processed or shown form with values
populated (if validation errors, etc.)

- user selects bookmarked page in my web app, user is
shown login, user logs in, user is redirected to
bookmarked page

using Tomcat and Struts 1.1...the main problem is that
the forward from the login page is hardcoded (in
struts-config.xml) and the original request values
need to be available after going through the login
screen...

I know pretty much every web app should have this
functionality, but I can only find the redirecting to
login screen part on Google, this list's archive, etc.
I already had the redirect to login screen....: )


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

Reply via email to