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

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
ou need to prepare the view. I often use this pattern with great success. {Form on Page 1} -[submit]-> FormOneRequestHandlingAction -[forward]-> DispatcherAction -[forward]-> ViewPreparingActionPageTwo -[forward] -> Page2.jsp The first two actions can decide to return to page 1 and the third action will alway

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
e form, which is related to the page and some stuff you need to prepare the view. I often use this pattern with great success. {Form on Page 1} -[submit]-> FormOneRequestHandlingAction -[forward]-> DispatcherAction -[forward]-> ViewPreparingActionPageTwo -[forward] -> Page2.jsp The first two action

RE: Back navigation using application back buttons

2004-07-28 Thread James Sheridan
wo -[forward] -> Page2.jsp The first two actions can decide to return to page 1 and the third action will always forward to the jsp. Regards Niclas -Original Message- From: James Sheridan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 4:51 PM To: '[EMAIL PROTECTED]' Subj