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