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

Re: One form, multiple JSPs, multiple validations

2003-09-15 Thread Sgarlata 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 started a new application using struts 1.1 and I'm having some problems with some

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.1

RE: One form, multiple JSPs, multiple validations

2003-09-15 Thread Ruben Carvalho
[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_validator.html