Re: Struts : Maintaining state of the Form

2010-05-12 Thread Brian Thompson
I wouldn't recommend that approach. When the user hits the back button, they'll jump out of the wizard entirely rather than going back to the previous page (which is what a web user will expect). Cue the reports of "the wizard is broken!" ;) -Brian On Wed, May 12, 2010 at 5:25 AM, Rahul Mo

Re: Struts : Maintaining state of the Form

2010-05-12 Thread Rahul Mohan
ahul From: Asha K To: user@struts.apache.org Date: 12-05-2010 13:53 Subject: Struts : Maintaining state of the Form Hi All, I am using struts 1.3 in my application . I have a requirement to develop multiple JSP pages linked to each other( like a WIZARD) . The flow is as below. le

Struts : Maintaining state of the Form

2010-05-12 Thread Asha K
Hi All, I am using struts 1.3 in my application . I have a requirement to develop multiple JSP pages linked to each other( like a WIZARD) . The flow is as below. level1.jsp->level2.jsp->level3.jsp->level4.jsp In each page a list of records are displayed with few editable fields. On click