RE: Dynamically changing forward in ActionForm

2003-07-08 Thread Fedor Smirnoff
t; > Hope that helps. > > Neil Carusetta > CGC > Scottsdale, 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 >

RE: Dynamically changing forward in ActionForm

2003-07-08 Thread Neil Carusetta
sdale, 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 ni

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 pag

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 t