RES: Using multiple resource bundles

2005-06-02 Thread Eduardo Ribeiro da Silva
applications which are using modules. -Mensagem original- De: Duggirala, Satyavati [mailto:[EMAIL PROTECTED] Enviada em: Tuesday, 31 May 2005 8:20 PM Para: Struts Users Mailing List Assunto: RE: Using multiple resource bundles Yes, I am doing that and "bean:message " works

Re: Using multiple resource bundles

2005-05-31 Thread Van
On 5/31/05, Riyaz Mansoor <[EMAIL PROTECTED]> wrote: > > i'm using 1.2.x and 1.3-dev and it works fine. > > i do remember about an ARG bug in the earlier versions. i suggest u > search this mailing list. there might be others who might remember this > here. If I recall correctly, the bug was tha

Re: Using multiple resource bundles

2005-05-31 Thread Riyaz Mansoor
i'm using 1.2.x and 1.3-dev and it works fine. i do remember about an ARG bug in the earlier versions. i suggest u search this mailing list. there might be others who might remember this here. :( Duggirala, Satyavati wrote: Yes, I am doing that and "bean:message " works fine. I am having

RE: Using multiple resource bundles

2005-05-31 Thread Duggirala, Satyavati
05 4:12 PM To: Struts Users Mailing List Subject: Re: Using multiple resource bundles seems fine. you should declare your message resource in struts-config with the name "mybundle" and it should contain the key "myField.displayname" r u doing that? Duggirala, Satyavati wr

Re: Using multiple resource bundles

2005-05-31 Thread Riyaz Mansoor
seems fine. you should declare your message resource in struts-config with the name "mybundle" and it should contain the key "myField.displayname" r u doing that? Duggirala, Satyavati wrote: I am working on a field whose value is an int in the range 0- My code looks in validation.xml l

RE: Using multiple resource bundles

2005-05-31 Thread Duggirala, Satyavati
: Re: Using multiple resource bundles hmm. can post the file? Duggirala, Satyavati wrote: > Still doesn't work. > Is there a element type arg in validation.xml? > Can I get any reference from where I could get some more information > about using mutiple resource bundles in va

Re: Using multiple resource bundles

2005-05-31 Thread Riyaz Mansoor
ssage- From: Riyaz Mansoor [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 3:26 PM To: Struts Users Mailing List Subject: Re: Using multiple resource bundles riyaz - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Using multiple resource bundles

2005-05-31 Thread Duggirala, Satyavati
Sent: Tuesday, May 31, 2005 3:26 PM To: Struts Users Mailing List Subject: Re: Using multiple resource bundles riyaz Duggirala, Satyavati wrote: > Hi > > We use multiple resource bundles in our Application. > > By default Struts gets the error messages used in validation.xml from

Re: Using multiple resource bundles

2005-05-31 Thread Riyaz Mansoor
riyaz Duggirala, Satyavati wrote: Hi We use multiple resource bundles in our Application. By default Struts gets the error messages used in validation.xml from default resource bundle. (ex: prompt.username is obtained from ApplicationResources.properties) How can I make particular fie

Using multiple resource bundles

2005-05-31 Thread Duggirala, Satyavati
Hi We use multiple resource bundles in our Application. By default Struts gets the error messages used in validation.xml from default resource bundle. (ex: prompt.username is obtained from ApplicationResources.properties) How can I make particular field validation error message to be obtaine

using multiple resource bundles with jstl

2005-05-05 Thread Brian McGovern
Im having trouble figuring out how to use jstl's fmt:message tag to use 2 properties files. Can anyone help? It appears that if i use struts bean tags i can do this pretty easily but i want to stick with JSTL if i can. THjanks ---

Using multiple resource-bundles - extending message resources

2005-03-02 Thread Per Lovdinger
Hi there, I'm using struts 1.1. Problem: I would like load multiple resource-bundles. Examples would be: adaResources.properties adaResources_sv_SE.properties bedaResources2.properties bedaResources_sv_SE2.properties I've tried to configure struts.config different ways but it seems it

Re: Validation using multiple resource bundles

2004-12-19 Thread aris
enkat Maddipati" <[EMAIL PROTECTED]> >Validation of data in form fields worked fine when I had only default >resource bundle. But, when I started using multiple resource bundles, >the validation failed. I tried to specify the value for bundle attribute >for the 'arg' elem

Validation using multiple resource bundles

2004-12-18 Thread Venkat Maddipati
Validation of data in form fields worked fine when I had only default resource bundle. But, when I started using multiple resource bundles, the validation failed. I tried to specify the value for bundle attribute for the 'arg' elements(s), and 'msg' elements but didn'