Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-26 Thread Chris Pratt
Might even be better to put in an XML version check (either using the DOCTYPE or a specific tag or attribute) to make sure that the correct version is being used. (*Chris*) On 11/24/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 11/24/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > Niall, >

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-24 Thread Niall Pemberton
On 11/24/06, Paul Benedict <[EMAIL PROTECTED]> wrote: Niall, This sounds like an enhancement request. If the validator methods do not match, perhaps that advice should be in the error message that Struts generates? Maybe a message like "method(x,y,z) requested but signature is method(x,y,z,a): c

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-24 Thread Paul Benedict
Niall, This sounds like an enhancement request. If the validator methods do not match, perhaps that advice should be in the error message that Struts generates? Maybe a message like "method(x,y,z) requested but signature is method(x,y,z,a): correct validator-rules.xml" ? Niall Pemberton wrot

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-24 Thread Thomas Thomas
Thank u very much.

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-24 Thread Niall Pemberton
On 11/24/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: I use Struts 1.3.5 When u talk about signatures, u talk about the doctypes of the validators xml files ? Because I copied pasted them from the struts 1.3.5 examples of validators. Paul meant replace the "validator-rules.xml" thats shipped wi

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-24 Thread Thomas Thomas
I use Struts 1.3.5 When u talk about signatures, u talk about the doctypes of the validators xml files ? Because I copied pasted them from the struts 1.3.5 examples of validators.

Re: org.apache.commons.validator.ValidatorException: No such validation method:

2006-11-23 Thread Paul Benedict
When you upgrade Struts, you must also replace your validator.xml file. The signatures have changed between versions. Thomas Thomas wrote: Hi, been one week I have this error When I try to submit a form, I have this error : *