Re: RE : Validator dynamic var

2006-08-07 Thread Niall Pemberton
ilto:[EMAIL PROTECTED] Envoyé: lundi 7 août 2006 15:37 À: Struts Users Mailing List Objet: Re: Validator dynamic var You can do this in Struts 1.3.x and Commons Validator 1.3.0 where the element can come from a resource bundle. See the "1.2 Variables in Resource Bundles" section here:

RE : Validator dynamic var

2006-08-07 Thread Jean-Marie Pitre
Thank you Niall, Do you know if I can call a java class instead of a properties file ? Jean-Marie. -Message d'origine- De : Niall Pemberton [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 août 2006 15:37 À : Struts Users Mailing List Objet : Re: Validator dynamic var You can do th

Re: Validator dynamic var

2006-08-07 Thread Niall Pemberton
You can do this in Struts 1.3.x and Commons Validator 1.3.0 where the element can come from a resource bundle. See the "1.2 Variables in Resource Bundles" section here: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 Niall On 8/7/06, Jean-Marie Pitre <[EMAIL PROTECTED]> wrote: H