RE: Question about validator and multiple message ressources

2005-10-06 Thread luc_boudreau
ilto:[EMAIL PROTECTED] Envoyé : 4 octobre 2005 12:28 À : Struts Users Mailing List Objet : Re: Question about validator and multiple message ressources OK, you still don't say what version of Struts you're using? I'll assume Struts 1.2.7 As Martin pointed out, you can't

Re: Question about validator and multiple message ressources

2005-10-04 Thread Niall Pemberton
you can do a similar thing with the tag. I out some info here a while ago that may help... http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html Niall - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, October 04, 2005 4:54 PM Subject: RE: Quest

Re: Question about validator and multiple message ressources

2005-10-04 Thread Kishore Senji
> > > -Message d'origine- > De: Niall Pemberton [mailto:[EMAIL PROTECTED] > Envoyé: 4 octobre 2005 11:30 > À: Struts Users Mailing List > Objet: Re: Question about validator and multiple message ressources > > What version of Struts are you using? If its Stru

RE: Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
for both or no one at all if I define any other key for both. Luc Boudreau SID - Université du Québec [EMAIL PROTECTED] -Message d'origine- De : Niall Pemberton [mailto:[EMAIL PROTECTED] Envoyé : 4 octobre 2005 11:30 À : Struts Users Mailing List Objet

Re: Question about validator and multiple message ressources

2005-10-04 Thread Niall Pemberton
What version of Struts are you using? If its Struts 1.2.7, then it is possible to do this - Commons Validator 1.1.4 had "bundle" and "resource" attributes added which enable you to specify alternate resource bundles. If you look at Strut's FieldChecks class, which contains all the standard validato

RE: Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
origine- De : Martin Gainty [mailto:[EMAIL PROTECTED] Envoyé : 4 octobre 2005 10:54 À : Struts Users Mailing List Objet : Re: Question about validator and multiple message ressources Bonjour Luc- the key characteristic (for message-resources) must be a unique identifier. Right now th

Re: Question about validator and multiple message ressources

2005-10-04 Thread Martin Gainty
ubject: Question about validator and multiple message ressources Hi there, I need to add multiple message ressources to an application and to access them from a custom validation class created with the validator framework. I've added the following in struts

Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
Hi there, I need to add multiple message ressources to an application and to access them from a custom validation class created with the validator framework. I've added the following in struts-config.xml : -- ---