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
-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
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
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
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
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
6 matches
Mail list logo