Re: using a lookupDispatchAction to implement a WIZARD Form

2005-11-08 Thread Michael Jouravlev
On 11/8/05, arnaud gonzales <[EMAIL PROTECTED]> wrote: > Hello > I try to use a lookupDispatchAction to implement a WIZARD FORM as it is > wrote in the Struts cookbook and there is some things i still don't > understand: > Context: > name="CreateAccesForm" > scope="session" > validate="false" > ty

using a lookupDispatchAction to implement a WIZARD Form

2005-11-08 Thread arnaud gonzales
Hello I try to use a lookupDispatchAction to implement a WIZARD FORM as it is wrote in the Struts cookbook and there is some things i still don't understand: Context: I have a List of DTO in my ActionForm ("CreateAccesForm") and others simple properties; i do some business in an action(Proce