Re: Validation error "null is required"

2005-06-16 Thread Nitesh
Make sure you have a value for the key mantenimiento.grupos.codigo.grupo in the ApplicationResources.properties HTH Nitesh - Original Message - From: "Guillen Lasa" <[EMAIL PROTECTED]> To: Sent: Thursday, June 16, 2005 2:39 PM Subject: Validation error "null is required" I have def

Re: Validation error "null is required"

2005-06-16 Thread Guillen Lasa
It is defined, in local enviroment works but on other server with the same struts.jar doesn´t work 2005/6/16, Nitesh <[EMAIL PROTECTED]>: > Make sure you have a value for the key mantenimiento.grupos.codigo.grupo in > the ApplicationResources.properties > > HTH > Nitesh > > - Original Messag

RE: Validation error,

2004-09-12 Thread Ruben Cepeda
vid G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Validation error, Date: Sat, 11 Sep 2004 17:14:06 -0400 Ruben, Please include the full error

RE: Validation error,

2004-09-11 Thread David G. Friedman
Ruben, Please include the full error. Regards, David -Original Message- From: Ruben Cepeda [mailto:[EMAIL PROTECTED] Sent: Saturday, September 11, 2004 4:46 PM To: [EMAIL PROTECTED] Subject: Validation error, Hey Guys, I get the following error when tring to use the struts-validator.

RE: validation error (struts 1.2.3)

2004-09-02 Thread Betty Koon
-Original Message- From: Betty Koon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: validation error (struts 1.2.3) Anyone has idea on this error? I upgraded to 1.2.3 just now from 1.2.1 -Betty *

Re: Validation error using 1.2.1

2004-07-27 Thread Bill Siggelkow
I get my problem solved as well by using the nightly build and ensuring that I specified ActionMessages in the methodParams in the validator-rules.xml. Thanks Niall -- as we say in the States -- you da man! Niall Pemberton wrote: The method signatures in FieldChecks changed from using ActionErro

Re: Validation error using 1.2.1

2004-07-27 Thread Nathan Maves
New it had to be something simple like that! Everything works now thanks! On Jul 27, 2004, at 1:34 PM, Niall Pemberton wrote: The method signatures in FieldChecks changed from using ActionErrors to ActionMessages. Your error seems to indicate that its trying to use the old method signature with A

Re: Validation error using 1.2.1

2004-07-27 Thread Niall Pemberton
The method signatures in FieldChecks changed from using ActionErrors to ActionMessages. Your error seems to indicate that its trying to use the old method signature with ActionErrors. Have you updated the version of validation-rules.xml you are using? Also there has been a change to the dtd decla

Re: Validation error using 1.2.1

2004-07-27 Thread Bill Siggelkow
I have encountered (but not yet solved) a similar problem. I am trying to use a custom validation rule (Matt Raible's TwoFields check) and am getting the same error :( I think its jar related -- let me know if you are able to resolve the issue -- I will do the same. Nathan Maves wrote: I have