RE: Back navigation using application back buttons

2004-07-28 Thread gmeyer
al -- >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >From: James Sheridan <[EMAIL PROTECTED]> >To:'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Back navigation using application back buttons >Date: Wed, 28 Jul 2004 0

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
e forwared "back" to page1. -- James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 00:44 To: Struts Users Mailing List Subject: RE: Back navigation using application back buttons Hi there, Another way to implement this is to *use* the st

RE: Back navigation using application back buttons

2004-07-28 Thread puneet . a
IL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 05:15 To: Struts Users Mailing List Subject: RE: Back navigation using application back buttons I beleive this is really a desired feature, and I have a piece of code for doing all this. Which extends DispatchAction and RequestProces

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
Mailing List Subject: RE: Back navigation using application back buttons I beleive this is really a desired feature, and I have a piece of code for doing all this. Which extends DispatchAction and RequestProcessor. We needed this for 1.BreadCrumbs 2.Wizard type of Screen 3

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
ing something. For example perhaps there is some way to preserve the hidden fields from previous invocations of pages when navigating back to them ? -- James -Original Message- From: Meier, Niclas [mailto:[EMAIL PROTECTED] Sent: 27 July 2004 19:06 To: Struts Users Mailing List Subject: RE:

RE: Back navigation using application back buttons

2004-07-27 Thread puneet . a
ts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: Back navigation using application back buttons Hi there, Another way to implement this is to *use* the struts config file. In my case I have a multi page form over four pages. All submissions are handled by the same A

RE: Back navigation using application back buttons

2004-07-27 Thread Martin . Rademacher
respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: Back navigation using application back buttons Hello, You can try two hidden fields fort he 'currentPage' and 'lastPage'

RE: Back navigation using application back buttons

2004-07-27 Thread Meier, Niclas
s Niclas -Original Message- From: James Sheridan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 4:51 PM To: '[EMAIL PROTECTED]' Subject: Back navigation using application back buttons Hi, I am trying to implement a simple Back mechanism which uses Back buttons in the page (en

Asunto: Back navigation using application back buttons

2004-07-27 Thread gmeyer
truts Users Mailing List" <[EMAIL PROTECTED]> >From: James Sheridan <[EMAIL PROTECTED]> >To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Back navigation using application back buttons >Date: Tue, 27 Jul 2004 15:51:29 +0100 >

Back navigation using application back buttons

2004-07-27 Thread James Sheridan
Hi, I am trying to implement a simple Back mechanism which uses Back buttons in the page (encouraging users to use this rather than browser Back which is not a good idea). Lets call the pages Page1 and Page2. A Page 1 action brings user to Page 2. Page 2 has a Back button. The basic mechanism is t