Re: Wizard (multipage flow) with Struts 2

2012-02-14 Thread Volker Krebs
Struts2 webflow integration only works with Spring Web Flow 1.0.6 Webflow 2.x does not compile. 2 years ago I tried to refactor the plugin, but then other things became more important. But with a bit of afford regards, Volker http://code.google.com/p/struts2webflow/ http://forum.springsource.or

Re: Wizard (multipage flow) with Struts 2

2012-02-14 Thread Muneer Malik
why not just use the webflow plugin which is available part of Spring framework ? and can be incorporated into Struts 2. Best, Muneer Malik On Feb 13, 2012, at 11:05 PM, rees wrote: > Try this out for a multipage struts2 flow: > http://code.google.com/p/struts2-conversation/ > > > > > --

Re: Wizard (multipage flow) with Struts 2

2012-02-13 Thread rees
Try this out for a multipage struts2 flow: http://code.google.com/p/struts2-conversation/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: Wizard (multipage flow) with Struts 2

2012-02-02 Thread Biesbrock, Kevin
izard (multipage flow) with Struts 2 Yes, I am looking at that. Have you used that? Regards, Shrinivas -Original Message- From: Biesbrock, Kevin [mailto:biesbrock.ke...@aoins.com] Sent: 02 February 2012 00:54 To: 'Struts Users Mailing List' Subject: RE: Wizard (multipage flow) with St

RE: Wizard (multipage flow) with Struts 2

2012-02-01 Thread Shrinivas Parashar
Yes, I am looking at that. Have you used that? Regards, Shrinivas -Original Message- From: Biesbrock, Kevin [mailto:biesbrock.ke...@aoins.com] Sent: 02 February 2012 00:54 To: 'Struts Users Mailing List' Subject: RE: Wizard (multipage flow) with Struts 2 Did you already l

RE: Wizard (multipage flow) with Struts 2

2012-02-01 Thread Biesbrock, Kevin
Did you already look at the ScopedModelDriven approach? Beez -Original Message- From: Shrinivas Parashar [mailto:shrinivas_paras...@symantec.com] Sent: Wednesday, February 01, 2012 8:39 AM To: Struts Users Mailing List Subject: RE: Wizard (multipage flow) with Struts 2 Thanks eric for

RE: Wizard (multipage flow) with Struts 2

2012-02-01 Thread Shrinivas Parashar
actions. -Shrinivas -Original Message- From: Eric Lentz [mailto:eric.le...@sherwin.com] Sent: 01 February 2012 18:46 To: Struts Users Mailing List Subject: Re: Wizard (multipage flow) with Struts 2 > Has anyone developed Wizard in Struts 2 without using Spring webflow plugin. I have done

Re: Wizard (multipage flow) with Struts 2

2012-02-01 Thread Eric Lentz
> Has anyone developed Wizard in Struts 2 without using Spring webflow plugin. I have done it with and without jQuery, but find that the jQuery form wizard plug-in [1] is by far the easiest. In short, you create a div each to represent each step and add class="step" to the div, and you're prett