RE: Refreshing a page

2004-11-19 Thread Donie Kelly
Thanks Colm -Original Message- From: McDonnell, Colm (MLIM) [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:38 To: Struts Users Mailing List Subject: RE: Refreshing a page So you want this "displayHelp" round trip to be available in all of your action classes with the be

RE: Refreshing a page

2004-11-19 Thread McDonnell, Colm (MLIM)
t;displayHelp" should you need to do so. See http://husted.com/struts/tips/002.html for more details on DispatchAction. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:01 To: Struts Users Mailing List Subject: RE: Refreshing a page Hi

RE: Refreshing a page

2004-11-19 Thread Donie Kelly
Donie -Original Message- From: McDonnell, Colm (MLIM) [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:04 To: Struts Users Mailing List Subject: RE: Refreshing a page Your button should submit the form, thereby sending you to its associated action class. In the action class set your

RE: Refreshing a page

2004-11-19 Thread McDonnell, Colm (MLIM)
Your button should submit the form, thereby sending you to its associated action class. In the action class set your flag, in the session (as per your suggestion) or preferably in the form bean, then forward back to where you came from. -Original Message- From: Donie Kelly [mailto:[EMAIL