Dynamically changing forward in ActionForm

2003-07-08 Thread Michael C. Clark
I have a small ActionForm which I would like to include on all pages of my webapp (it does a login, with user name and password). When the validate() method returns an ActionErrors object, I would like control to return to the page that the login ActionForm was called from. Is there a way to do

Re: Dynamically changing forward in ActionForm

2003-07-08 Thread Sandeep Takhar
This has been asked many times before. You have to store something. Sometimes it is nice to have a user object that stores bookmarks etc. try searching the archive... sandeep --- Michael C. Clark [EMAIL PROTECTED] wrote: I have a small ActionForm which I would like to include on all pages

RE: Dynamically changing forward in ActionForm

2003-07-08 Thread Neil Carusetta
, AZ -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 5:40 AM To: Struts Users Mailing List Subject: Re: Dynamically changing forward in ActionForm This has been asked many times before. You have to store something. Sometimes it is nice

RE: Dynamically changing forward in ActionForm

2003-07-08 Thread Fedor Smirnoff
- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 5:40 AM To: Struts Users Mailing List Subject: Re: Dynamically changing forward in ActionForm This has been asked many times before. You have to store something. Sometimes it is nice to have a user object