RE: multi page forms and action mappings

2003-02-27 Thread Larry Zappeterrini
You have to define separate action mappings for each step of you form in order for the validation to behave properly. -Original Message- From: Ryan Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:09 PM To: Struts User (E-mail) Subject: multi page forms and action mapp

Re: multi page forms and action mappings

2003-02-27 Thread Ruud Steeghs
Are you referring to a "whizzard-like" functionality? In that case, I think you can use the ValidatorActionForm in stead of the ValidatorForm (or DynaValidatorActionForm i.s.o. DynaValidatorForm). If I'm informed correctly, these classes are designed for the functionality you demand for. Cheers,

RE: multi page forms and action mappings

2003-02-27 Thread Sri Sankaran
Can you define an action mapping each for the various steps each of which (possibly) uses the same Action class. This will allow you to specify distinct "input" attributes. Sri -Original Message- From: Ryan Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:09 PM T