Re: Designs for Wizard workflow...

2005-08-04 Thread Michael Jouravlev
Two years ago you would be on your own. Now you have a bunch of solutions: * Struts Workflow Extension: http://www.livinglogic.de/Struts/index.html * Struts Flow: http://struts.apache.org/flow/index.html * Spring Web Flow: http://struts.apache.org/flow/index.html * And my very own, Wizard

Designs for Wizard workflow...

2005-08-04 Thread Swapnil Patil
Hi all, I am converting Wizard workflow into Struts framework. Wizard page contains next,back,finish buttons. I am considering 2 approches.. 1) /PrepareStep1.do -- step1Form --> forward to step1.jsp step2.jsp on next ---> ProcessStep1.do /ProcessStep1.do --step1Form -->on success /PrepareStep2