RE: I Wondor Why Validation Doesn't Validate

2004-06-22 Thread Mailing List
Dear Friends Thank you very much for your attention; I checked both 'validate="true" ' and also 'empty spaces', they didn't solve the problem. Actually the part of 'if (!errors.isEmpty())' returns false all the time(see below, section 4). My previous project is already working properly with 'val

RE: I Wondor Why Validation Doesn't Validate

2004-06-22 Thread Mailing List
-Original Message- From: Mailing List Sent: Tuesday, June 22, 2004 1:47 PM To: 'Struts Users Mailing List' Subject: RE: I Wondor Why Validation Doesn't Validate Dear Friends Thank you very much for your attention; I checked both 'validate="true" ' a

Re: I Wondor Why Validation Doesn't Validate

2004-06-21 Thread cn
Nafise said: > I did the follow steps for setting validation, but there is no error on an > empty field checking 'chequeNumber' (see below plz). > > > 1. Placing the validation.xml & validator-rules.xml in WEB-INF folder > 2. In struts-config.xml : >a. > p

RE: I Wondor Why Validation Doesn't Validate

2004-06-21 Thread [EMAIL PROTECTED]
In your struts-config.xml, the bit: validate="false" Should be: validate="true" Christopher Marsh-Bourdon Pyplia Limited Original Message To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> From: Mailing List <[EMAIL PROTECTED]> Date: Mon, 21 Jun 2004 15:25:03 +0430 Subject: I Wondor Why

Re: I Wondor Why Validation Doesn't Validate

2004-06-21 Thread Pavlikus
Hello Mailing, Monday, June 21, 2004, 1:55:03 PM, you wrote: ML> Dear All, ML> I did the follow steps for setting validation, but there is no error on an ML> empty field checking 'chequeNumber' (see below plz). ML> 1. Placing the validation.xml & validator-rules.xml in WEB-INF folder ML> 2. I

Re: I Wondor Why Validation Doesn't Validate

2004-06-21 Thread Suresh S
hi 2. c. type="com.pdpsoft.lms.struts.action.CreditStudentAction" >name="CreditStudentForm" validate="false" scope="session"/> > make validate="true" that should fix the problem On Mon, 2004-06-21 at 16:25, Mailing List wrote: > Dear All, > > I did the fo