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)
:[EMAIL PROTECTED] Sent: 19 November 2004 15:46 To: Struts Mailing List ([EMAIL PROTECTED]) Subject: Refreshing a page Hi all I'm a struts newbie and I want to add a graphic button on a page (which is done) which, when pressed, will refresh the page and display some help for various items.

Refreshing a page

2004-11-19 Thread Donie Kelly
Hi all I'm a struts newbie and I want to add a graphic button on a page (which is done) which, when pressed, will refresh the page and display some help for various items. I know how to add the help uisng logic tags etc but what I need to figure out (I already tried searching the archives)