RE: [DESIGN] struts dialog / wizard

2007-02-26 Thread Strachan, Paul
? Thanks, Paul -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Tuesday, 27 February 2007 10:53 AM To: Struts Users Mailing List Subject: Re: [DESIGN] struts dialog / wizard On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote: > Hi, > > I'

Re: [DESIGN] struts dialog / wizard

2007-02-26 Thread Michael Jouravlev
On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote: Hi, I'm looking at implementing a struts wizard flow (of about 12 pages) into my struts-1.2.9 application. The struts dialogue project seems to be along the lines of what I need (pattern-wise). I have some extra quirements such as: 1. A p

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Madhav Bhargava
You can also have a look at easy wizard http://superinterface.com/easywizard.htm ~madhav On 2/26/07, Tom Schneider <[EMAIL PROTECTED]> wrote: Mark Menard has done some work in this area for struts2: http://www.vitarara.org/cms/node/84 For webwork I implemented something similar called a model

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Tom Schneider
Mark Menard has done some work in this area for struts2: http://www.vitarara.org/cms/node/84 For webwork I implemented something similar called a model repository. The problem that's being solved is that when the domain model reaches a certain complexity, using the null instantiation feature a

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Paul Benedict
How often do people develop wizards with Struts? I have a custom form/action which allows me to do that. Perhaps I should think about putting it into Struts 1.4? Strachan, Paul wrote: Hi, I'm looking at implementing a struts wizard flow (of about 12 pages) into my struts-1.2.9 application.