RE: One form, multiple JSPs, multiple validations

2003-09-15 Thread Ruben Carvalho
rlata Matt [mailto:[EMAIL PROTECTED] Enviada: seg 15-09-2003 20:43 Para: Struts Users Mailing List Cc: Assunto: Re: One form, multiple JSPs, multiple validations Check out http://jakarta.apache.org/struts/userGuide/dev_vali

Re: One form, multiple JSPs, multiple validations

2003-09-15 Thread K.C. Baltz
What you're looking for is a way to validate a form with multiple "pages". Read this, paying special attention to "Multi Page Forms" http://jakarta.apache.org/struts/userGuide/dev_validator.html K.C. Ruben Carvalho wrote: Good afternoon helpers, I've started a new application using struts 1

Re: One form, multiple JSPs, multiple validations

2003-09-15 Thread Sgarlata Matt
and the Validator. Matt - Original Message - From: "Ruben Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 12:19 PM Subject: One form, multiple JSPs, multiple validations > Good afternoon helpers, > > I've s

One form, multiple JSPs, multiple validations

2003-09-15 Thread Ruben Carvalho
Good afternoon helpers, I've started a new application using struts 1.1 and I'm having some problems with some new concepts. I want to use XML form validation (DynaValidatorForm) using validator-rules.xml and my validaton.xml. Right now my application is working fine. Now I want to use differ