Wizard Style Forms Example

2003-07-16 Thread Norr, Peter
Does anyone know a good resource where I can learn about developing Wizard Style input forms in Struts? For example, the form has multiple pages of complex input elements, i.e. multiple value select lists, etc.. -- This

RE: Wizard Style Forms Example

2003-07-16 Thread Kearney, Michael
ruts Users Mailing List' Subject: Wizard Style Forms Example Does anyone know a good resource where I can learn about developing Wizard Style input forms in Struts? For example, the form has multiple pages of complex input elements, i.e. multiple value se

Re: Wizard Style Forms Example

2003-07-16 Thread Sandeep Takhar
check the mailing archive. I can suggest one thing from the top of my head. Use less forms and more mappings. One form for the whole "detail" flow. Try and keep them request scope, but you will probably have to use session. sandeep --- "Norr, Peter" <[EMAIL PROTECTED]> wrote: > Does anyone k