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