Re: Validator-rules.xml

2006-01-30 Thread Karthik Manimaran
Got it from Struts 1.1 distribution. On 1/30/06, Karthik Manimaran <[EMAIL PROTECTED]> wrote: > > Hi, > > Where can I get validator-rules.xml corresponding to struts > 1.0.2corresponding to > *http *://* > jakarta*.*apache *.*org*/*commo

Re: Validator-rules.xml in localhost

2005-06-24 Thread Wendy Smoak
From: "Roberto" <[EMAIL PROTECTED]> > > Then, I modified the validator-rules.xml in the follow manner: >"-//Apache Software Foundation//DTD Commons Validator Rules > Configuration 1.1.3//EN" > "/WEB-INF/validator_1_2_0.dtd"> > > after that I have copied the file validator_1_2_

RE: validator-rules.xml behaviour

2004-10-01 Thread Anna Kerekes
Yes, thanks very much, that worked out great! Anna:) From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Fri 01/10/2004 10:58 AM To: Struts Users Mailing List Subject: Re: validator-rules.xml behaviour In your validateDate method, are you doing an errors.add

Re: validator-rules.xml behaviour

2004-10-01 Thread Matt Bathje
In your validateDate method, are you doing an errors.add before returning false? If not, no message will be put into the errors object to be printed out. In my custom validators, I have the methodParams looks like this: methodParams="java.lang.Object, org.apache.commons.validator.ValidatorAct

Re: validator-rules.xml behaviour

2004-10-01 Thread Niall Pemberton
Take a look in FieldChecks to see how other validators work: http://cvs.apache.org/viewcvs.cgi/jakarta-struts/src/share/org/apache/struts/validator/ Having said that, returning "false" just stops the validation from proceeding for that field, you need to add an error message - looks to me like y

Re: validator-rules.xml

2004-09-28 Thread Carlos Cajina - Hotmail
Anna: You can dig in any of the struts sample applications (*.war) that are shipped with the binary distribution of Struts. The "most pure form" of this file should be in struts-blank.war Regards, Carlos - Original Message - From: "Anna Kerekes" <[EMAIL PROTECTED]> To: "Struts Users

Re: validator-rules.xml

2004-09-28 Thread josh
On Tue, 2004-09-28 at 15:05, Wendy Smoak wrote: > From: "Anna Kerekes" <[EMAIL PROTECTED]> > Does anyone know where I can get a copy of this file? In its default form? > > Yes, we do. ;) > > (There's one in the 'lib' directory of the Struts 1.2.4 distribution.) > > -- > Wendy Smoak Or, if you

Re: validator-rules.xml

2004-09-28 Thread josh
Find where struts is installed. Go into the webapp directory. You should be able to unzip one of the example war files and then under the WEB-INF directory of whichever example you pick you will find a pristine validator-rules.xml file. I unzipped the examples.war file and found it np. -josh

Re: validator-rules.xml

2004-09-28 Thread Caroline Jen
If it is urgent, you may find my copy in the attachment. --- Anna Kerekes <[EMAIL PROTECTED]> wrote: > Does anyone know where I can get a copy of this > file? In its default form? > > thanks, > Anna > > - > To unsubscribe, e-m

Re: validator-rules.xml

2004-09-28 Thread Wendy Smoak
From: "Anna Kerekes" <[EMAIL PROTECTED]> Does anyone know where I can get a copy of this file? In its default form? Yes, we do. ;) (There's one in the 'lib' directory of the Struts 1.2.4 distribution.) -- Wendy Smoak - To uns

Re: validator-rules.xml

2004-04-10 Thread Niall Pemberton
http://cvs.apache.org/viewcvs.cgi/jakarta-struts/conf/share/ - Original Message - From: "Duggal, Sanjay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 10, 2004 4:24 PM Subject: validator-rules.xml > Hi All, > > Where can i download the latest version of validator-r