I'm in the midst of developing an application that could use some flow lovin' in it. I'm using Struts. Is there a Struts + Web Flow example, or could you whip up some quick instructions that I could try?
Thanks,
Matt
I'm in the midst of developing an application that could use some flow lovin' in it. I'm using Struts. Is there a Struts + Web Flow example, or could you whip up some quick instructions that I could try?
Thanks,
Matt
Matt,
Checkout the BirthDate sample in CVS, coming in PR2 this weekend as well. It's pretty simple, but it does show all the boiler plate setup you have to do to get a flow accessible via Struts. It also shows how to use the BindingActionForm adapter to achieve POJO-based binding and validation with Struts (delegating to Spring's data binder.)
Cheers,
Keith
Keith Donald
Core Spring Development Team