RE: I Wondor Why Validation Doesn't Validate

2004-06-22 Thread Mailing List
ious project is already working properly with 'validate="false"', but this one :( Again any help would be appreciated Thank you Nafise -Original Message- From: Mailing List [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 3:25 PM To: '[EMAIL PROTECTED]

RE: Re[2]: I Wondor Why Validation Doesn't Validate

2004-06-22 Thread Mailing List
I've converted the property type to String, there's no difference. Regards, Nafise -Original Message- From: Pavlikus [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 5:36 PM To: Struts Users Mailing List Subject: Re[2]: I Wondor Why Validation Doesn't Validate M

Re[2]: I Wondor Why Validation Doesn't Validate

2004-06-22 Thread Pavlikus
L PROTECTED] [mailto:[EMAIL PROTECTED] ML> Sent: Monday, June 21, 2004 5:51 PM ML> To: Struts Users Mailing List ML> Subject: Re: I Wondor Why Validation Doesn't Validate ML> Nafise said: >> I did the follow steps for setting validation, but there is no error on an >>

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: M

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

I Wondor Why Validation Doesn't Validate

2004-06-21 Thread Mailing List
Dear All, 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. b.