Re: RE : Validator1.3 Struts 1.3

2006-08-09 Thread Niall Pemberton
n [mailto:[EMAIL PROTECTED] Envoyé: mercredi 9 août 2006 11:30 À: Struts Users Mailing List Objet: Re: Validator1.3 Struts 1.3 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&

RE : Validator1.3 Struts 1.3

2006-08-09 Thread Jean-Marie Pitre
B: My application is a basic example only one form with one field. Jean-Marie. -Message d'origine- De : Niall Pemberton [mailto:[EMAIL PROTECTED] Envoyé : mercredi 9 août 2006 11:30 À : Struts Users Mailing List Objet : Re: Validator1.3 Struts 1.3 Looks like something has gone wro

Re: Validator1.3 Struts 1.3

2006-08-09 Thread Niall Pemberton
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 Th

Validator1.3 Struts 1.3

2006-08-08 Thread Jean-Marie Pitre
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