two step wizard like interface? [moved from dev list to answer here]

2004-12-08 Thread Dakota Jack
On Tue, 7 Dec 2004 03:59:39 + (UTC), Marc <[EMAIL PROTECTED]> wrote: > Hi there. Help a struts rookie pls. > > I have successfully implemented a two step wizard like interface where I have > A.jsp for the first step and B.jsp for the second step. > > But now I need a

Re: two step wizard like interface

2004-12-07 Thread Marc
Paul Summers gmail.com> writes: Thanks again Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: two step wizard like interface

2004-12-07 Thread Paul Summers
ginal Message From: Marc <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 7 Dec 2004 14:12:40 + (UTC) Subject: two step wizard like interface Hi there. Help a struts rookie pls. I have successfully implemented a two step wizard like interface where I have A.jsp for the

two step wizard like interface

2004-12-07 Thread Marc
Hi there. Help a struts rookie pls. I have successfully implemented a two step wizard like interface where I have A.jsp for the first step and B.jsp for the second step. But now I need an ability to dynamically change the jsp file at the step 2 based on a field selection during step 1 ! In