RE: Use of Validator in a Wizard Validator

2003-07-16 Thread Kearney, Michael
it wrong. That information is already contained in the validation.xml file. -Michael -Original Message- From: Kearney, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:46 AM To: 'Struts Users Mailing List' Subject: RE: Use of Validator in a Wizard Validator Hmmm

RE: Use of Validator in a Wizard Validator

2003-07-16 Thread Sandeep Takhar
it wrong. That information is already contained in the validation.xml file. -Michael -Original Message- From: Kearney, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:46 AM To: 'Struts Users Mailing List' Subject: RE: Use of Validator in a Wizard Validator

RE: Use of Validator in a Wizard Validator

2003-07-15 Thread Kearney, Michael
Hmmm, no response. Let me rephrase the question. How do you perform field validation in your wizards? Thanks, Michael -Original Message- From: Kearney, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 12:28 PM To: '[EMAIL PROTECTED]' Subject: FW: Use of Validator in a

Re: Use of Validator in a Wizard Validator

2003-07-15 Thread Ludovic Maitre
Hello, I use do my validations in the brackets. For example i test that a field of the form on the page 1 is valid : //first launch automatic validation ActionErrors errors = super.validate(mapping, request); //second do specific validation. if (page == 1) { //Check page 1 properties

RE: Use of Validator in a Wizard Validator

2003-07-15 Thread Kearney, Michael
the braces. -Original Message- From: Ludovic Maitre [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 8:34 AM To: Struts Users Mailing List Subject: Re: Use of Validator in a Wizard Validator Hello, I use do my validations in the brackets. For example i test that a field