one page, multiple forward to's - how do I do that?

2003-08-27 Thread David Thielen
Hi; This has probably been asked a million times. I have several pages where the user can click to go to a login page. I want to use the same page for the login. How can I set it so that after the login it goes back to the page it came from? thanks - dave

RE: one page, multiple forward to's - how do I do that?

2003-08-27 Thread Pady Srinivasan
, 2003 4:36 PM To: Struts-Users Subject: one page, multiple forward to's - how do I do that? Hi; This has probably been asked a million times. I have several pages where the user can click to go to a login page. I want to use the same page for the login. How can I set it so that after the login

Re: one page, multiple forward to's - how do I do that?

2003-08-27 Thread Bryce Fischer
This has probably been asked a million times. I have several pages where the user can click to go to a login page. I want to use the same page for the login. How can I set it so that after the login it goes back to the page it came from? One way is to add the url to the session. Here's