Re: [S2] Date validator error!

2007-04-15 Thread Laurie Harper
Note that what is logged is not and error; it's logged as a WARNING. These warnings are usually noise (I have my logging configuration set up to suppress them, so I never see them). Are you seeing a problem other than the warning in the logs? L. Telmo Costa wrote: Hi everyone, I have th

[S2] Date validator error!

2007-04-14 Thread Telmo Costa
Hi everyone, I have the following configuration for a java.util.Date field: 01/01/1990 01/01/2000 But, when running it I got the following exception: 14/Abr/2007 17:42:50 com.opensymphony.xwork2.util.OgnlUtil internalSetProperty WARNING: Caugh

Can Validator Error Messages use the Field's Properties?

2007-02-05 Thread Oren Livne
Dear All: I haven't received feedback for this, I apologize for sending it again but hopefully someone can give me an advice. Thanks so much! I'm using Struts 1.3.5 in my content management web application. I have a form with a dynamic list. To validate it, I used the following in my validato

Can Validator error messages use the field's properties?

2007-02-02 Thread Oren Livne
Dear All: I'm using Struts 1.3.5 in my content management web application. I have a form with a dynamic list. To validate it, I used the following in my validator.xml to loop over all elements of the list "childrenForm" of my main form: key="error.ca

Re: Validator error what does this mean?

2007-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, Hehl, Thomas wrote: > I'm still pretty new to struts and am taking over an app from a previous > developer. I have added some validation and got the following error: > > ValidWhen Error for field ' additionalInfo' - line 1:18: unexpected toke

Validator error what does this mean?

2007-01-02 Thread Hehl, Thomas
Hey! I'm still pretty new to struts and am taking over an app from a previous developer. I have added some validation and got the following error: ValidWhen Error for field ' additionalInfo' - line 1:18: unexpected token: ) Here is the code from Validator-defaults.xml

RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
ednesday, April 26, 2006 9:05 PM To: 'Chaudhary, Harsh'; 'Struts Users Mailing List' Subject: RE: validator error for struts1.2.8 find complete stacktrace javax.servlet.UnavailableException: Cannot load a validator resource from '/WEB-INF/validator-rules.xml,/W

RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
Harsh'; 'Struts Users Mailing List' Subject: RE: validator error for struts1.2.8 I have copied it from struts-1.2.8-bin.zip struts-1.2.8-bin\struts-1.2.8-bin\webapps\WEB-INF Still the error continues -Original Message- From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] Sen

RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
: validator error for struts1.2.8 My 2 cents. Your struts-config for the validator and validation xml looks good. Maybe your validator-rules.xml file is corrupted or does not have all the validation rules definitions. You could try copying the validator-rules.xml file from the struts sample app

RE: validator error for struts1.2.8

2006-04-26 Thread Zheng Wen Zhe
s.apache.org Subject: validator error for struts1.2.8 I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '/WEB-INF/validator-rules.xml I'm running Struts Version 1.2.8. I am using ValidatorForm public class

RE: validator error for struts1.2.8

2006-04-26 Thread Chaudhary, Harsh
. -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 10:11 AM To: user@struts.apache.org Subject: validator error for struts1.2.8 I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '

validator error for struts1.2.8

2006-04-26 Thread Raghuveer
I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '/WEB-INF/validator-rules.xml I'm running Struts Version 1.2.8. I am using ValidatorForm public class CLoginVO extends ValidatorForm{ - http://jakarta.apache.or

validator error highlighting

2005-10-19 Thread fea jabi
errorStyleClass="errormessage"/> Css is working except for this. When I hit the submit button it just forwards to the different jsp. it doesn't validate the field which I set to be required. I did make it null. Is there anything else that needs to be done in jsp? Thanks. __

Validator Error

2005-10-13 Thread RathinaGanesh MeenakshiSundaram
Hi All, Can anyone please help me with the following error message. I'm using Struts 1.2.7 and commons-validator-1.1.4 I had the validator working previously, but now for some reasons..its not working.. Please help me in this. The following is the error message Iam getting. 11:01:12,039 ERROR [

Validator Error Message

2005-10-12 Thread Ganesh
Hi All, Iam using struts 1.2.7 and commons validator 1.1.4.. I made the validator working with these, but after a while, its not validating the jsp form for some reasons.. This following is the error message, I get when I try validating the form. -- 17:00:22,292 ERROR [Va

Re: Validator error messages from different resource files

2005-04-14 Thread David Whipple
| cc: (bcc: David Whipple/DTCC) | | Subject: Re: Validator error messages from different resource files | >--

Re: Validator error messages from different resource files

2005-04-13 Thread Niall Pemberton
In the current struts release all you can do is use the bundle attribute on the tags that display the error messages - i.e. either the or tags. Something like for the example you use. See http://tinyurl.com/6zzvm for more details. The Commons Validator DTD does have a "bundle" attribute de

Validator error messages from different resource files

2005-04-13 Thread David Whipple
Does anyone know a way have the Validator read the error messages for failed validation out of a non-default ApplicationResources.properties file? I am trying to separate the error messages out into a file that other developers need not and/or should not touch. Actually it could be a set of files

Re: problem with file upload when validator error happens

2004-08-06 Thread Jade Yaqiong Fang
--- Emmanouil Batsis <[EMAIL PROTECTED]> wrote: > Jade Yaqiong Fang wrote: > > >I have the problem with the file upload validation error. Actually I can upload files correctly within the file size limit. but the behavior changes weird when I got the file upload size up limit error. For example:

Re: problem with file upload when validator error happens

2004-08-06 Thread Emmanouil Batsis
Jade Yaqiong Fang wrote: I have the problem with the file upload validation Exactly the same situation with v1.2. Cheers, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem with file upload when validator error happens

2004-08-06 Thread Jade Yaqiong Fang
I have the problem with the file upload validation error. Actually I can upload files correctly within the file size limit. but the behavior changes weird when I got the file upload size up limit error. For example: I set up 4M as the limit size, With a 3M file it works fine. With a 5M file I get e

Re: Validator Error Messages different way to show them ?

2004-06-22 Thread Rouven Gehm
ED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 6:35 PM Subject: RE: Validator Error Messages different way to show them ? > By messages (plural) I assume you want them all. > > Did not work? > > > -Original

RE: Validator Error Messages different way to show them ?

2004-06-21 Thread Joe Hertz
By messages (plural) I assume you want them all. Did not work? > -Original Message- > From: Rouven Gehm [mailto:[EMAIL PROTECTED] > Sent: Monday, June 21, 2004 11:43 AM > To: Struts Users Mailing List > Subject: Validator Error Messages different way to show them ? >

Validator Error Messages different way to show them ?

2004-06-21 Thread Rouven Gehm
Hi, i'm trying to display the errors messages from the validator. But i don't know which property i have to use, i've tried this, which does not work, so does anyone have a solution ? - To unsubscribe, e-mail: [EMAIL PROTECTE