Re: help needed on ActionForm and ActionForward behaviour

2005-03-18 Thread Diego Espada
Message - > From: "Gaet" <[EMAIL PROTECTED]> > To: "Mailing List Struts" > Sent: Friday, March 18, 2005 10:06 AM > Subject: help needed on ActionForm and ActionForward behaviour > > Hi, > > I have a DispatchAction class, that I use to handle t

Re: help needed on ActionForm and ActionForward behaviour

2005-03-18 Thread Gaet
In other words, I would like to implemnt a button "Save and display next employee" How to do this? - Original Message - From: "Gaet" <[EMAIL PROTECTED]> To: "Mailing List Struts" Sent: Friday, March 18, 2005 10:06 AM Subject: help needed on ActionF

help needed on ActionForm and ActionForward behaviour

2005-03-18 Thread Gaet
Hi, I have a DispatchAction class, that I use to handle the employee information Edit. On my jsp page, I have two button, on to validate the updates and forward back to the employee list => that works great. On the other button, I want to validate the updates and display the next employeeI