Re: Struts-flow and ActionForm

2005-05-11 Thread Don Brown
This is the tricky part I haven't worked out yet with Struts Flow - smooth ActionForm integration. By forcing you to customize the populate and validate methods, it does allow you to have complete control of how your form is interacted with. For ActionForms, the populate would be a call to BeanUt

Struts-flow and ActionForm

2005-05-10 Thread Vance Karimi
Hi list, I picked up Struts-flow and decided to go with it basically to have multi-page form wizards. Looks like a really helpful tool. Kudos. The example uses a HashMap to model the information submitted by the forms. The wizard example states "To keep simple, no Struts JSP tags are used, but c