Re: multiple-step form processing

2006-03-03 Thread Chris Cheshire
Thanks Laurie, I didn't even think of that. I am going to explore what Michael posted, because I like the tidiness of that solution. Chris On 3/3/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > Just for balance ;-) I'll also point out that you don't *have* to > disable automatic validation to ach

Re: multiple-step form processing

2006-03-03 Thread Laurie Harper
Just for balance ;-) I'll also point out that you don't *have* to disable automatic validation to achieve your goal; there are approaches that will allow you to retain that functionality, too. One possibility is to point the 'input' attribute to the same DispatchAction and have one of the meth

Re: multiple-step form processing

2006-03-02 Thread Chris Cheshire
Thank you for your help, I'll give all this a try :) Chris On 3/2/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > > Thanks Michael, both of those are helpful. > > > > I have a few extra questions though: > > > > Regarding ActionDispatcher

Re: multiple-step form processing

2006-03-02 Thread Michael Jouravlev
On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > Thanks Michael, both of those are helpful. > > I have a few extra questions though: > > Regarding ActionDispatcher - > * The ParameterListActionDispatcher class isn't in the 1.2.8 struts > distribution that I downloaded, and is linked as a bugf

Re: multiple-step form processing

2006-03-02 Thread Chris Cheshire
Thanks Michael, both of those are helpful. I have a few extra questions though: Regarding ActionDispatcher - * The ParameterListActionDispatcher class isn't in the 1.2.8 struts distribution that I downloaded, and is linked as a bugfix. Do I need to download the entire struts source, add this in a

Re: multiple-step form processing

2006-03-02 Thread Michael Jouravlev
On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > I want to set up a form that is entered over 3 successive pages. > > I have a single form bean for all of them that includes all of the > fields, and the validate method only validates the fields that were > implemented on each particular step.

multiple-step form processing

2006-03-02 Thread Chris Cheshire
I want to set up a form that is entered over 3 successive pages. I have a single form bean for all of them that includes all of the fields, and the validate method only validates the fields that were implemented on each particular step. Step 2 will present 1 of 2 sub-forms, depending on an option