You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jean-Marie Pitre <jm...@cofisun.com> on 2006/08/08 14:55:31 UTC

Validator1.3 Struts 1.3

Hi,

I'm testing my application with struts 1.3 and validator 1.3.
I've got this error:

ValidatorResources not found in application scope under key
"org.apache.commons.validator.VALIDATOR_RESOURCE


I don't know why because the same application worked well with validator
1.1 and struts 1.1

Have you got an idea ?

Thanks,

Jean-Marie.

-------------------
Email Disclaimer
http://www.cofidis.be/emaildisclaimer.php


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Validator1.3 Struts 1.3

Posted by Niall Pemberton <ni...@gmail.com>.
Looks like something has gone wrong loading the validation config. Can
you check your logs to see if there were any errors?

Also take a look thru' the upgrade notes (you'll need to check them
all to go from 1.1 to 1.3) for upgrading from 1.1 to 1.3
  http://wiki.apache.org/struts/StrutsUpgrade

The struts-examples webapp shipped in Struts 1.3.5 uses Validator
1.3.0 so thats another thing to look at to compare with your webapp.

In order to use the feature you want you'll need to change the DTD
references in your validation.xml and remember to deploy the
validator-rules.xml shipped with Struts 1.3.5

Niall


On 8/8/06, Jean-Marie Pitre <jm...@cofisun.com> wrote:
>
> Hi,
>
> I'm testing my application with struts 1.3 and validator 1.3.
> I've got this error:
>
> ValidatorResources not found in application scope under key
> "org.apache.commons.validator.VALIDATOR_RESOURCE
>
>
> I don't know why because the same application worked well with validator
> 1.1 and struts 1.1
>
> Have you got an idea ?
>
> Thanks,
>
> Jean-Marie.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org