Multiple resource bundles

2007-01-26 Thread bjorn.de.bakker
Before, I had no problems with this, but all of a sudden, errors appear in my console window. I have 2 resource bundles, one with captions and titles and 1 with error messages. To use them, I found this on the net: To use a specific resource bundle in my application, I simply had to type:

RE: Displaying messages from multiple resource bundles

2006-04-04 Thread Anuradha S.Athreya
lutions limited - Bangalore Phone : +91(080) 5759-6873 Email : Rakesh.Bhat@ iflexsolutions.com -Original Message- From: Anuradha S.Athreya [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 11:10 AM To: 'Struts Users Mailing List' Subject: Displaying messages from multiple re

RE: Displaying messages from multiple resource bundles

2006-04-04 Thread Rakesh.Bhat
lore Phone : +91(080) 5759-6873 Email : Rakesh.Bhat@ iflexsolutions.com -Original Message- From: Anuradha S.Athreya [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 11:10 AM To: 'Struts Users Mailing List' Subject: Displaying messages from multiple resource bundles I

Displaying messages from multiple resource bundles

2006-04-04 Thread Anuradha S.Athreya
I am displaying messages in JSP using resource bundle. I have 2 separate bundles. Depending on the message I would like it to be picked up from the particular bundle to which that message belongs to. How do I specify the multiple bundles? this doesnt seem to work:

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

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

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 bu

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'

Validator Framework - Multiple Resource Bundles

2004-09-02 Thread Revathi Balakrishnan
How can I specify an alternate resource bundle in my Validation.xml to retreive arg0, arg1 I saw so many messages about it but did not find a solution to it. A bug reported (Bugzilla bug 10868) Validator does not support non-default resource bundles. The status is resolved but there is no

Multiple Resource Bundles

2004-07-20 Thread Ralf Schneider
Hi, I try to use multiple resource bundles that get the strings from a database in an environment using JBoss, Struts and Velocity. I have defined two in struts-config.xml: During startup of JBoss the createResource() method of both factories is called. But when I call a page on

Re: use multiple resource bundles in Validator

2004-07-10 Thread Cliff
PROTECTED] > > > Sent: Thursday, July 08, 2004 9:34 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: use multiple resource bundles in Validator > > > > > > > > > I have tried 1.2 but it cannot work. > > > could anyone tel

Re: use multiple resource bundles in Validator

2004-07-09 Thread Van
On Fri, 9 Jul 2004 14:44:08 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: cliff [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 08, 2004 9:34 PM > > To: [EMAIL PROTECTED] > > Subject: RE: use multiple resource bund

RE: use multiple resource bundles in Validator

2004-07-09 Thread Jim Barrows
> -Original Message- > From: cliff [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 9:34 PM > To: [EMAIL PROTECTED] > Subject: RE: use multiple resource bundles in Validator > > > I have tried 1.2 but it cannot work. > could anyone

RE: use multiple resource bundles in Validator

2004-07-09 Thread cliff
I have tried 1.2 but it cannot work. could anyone tell me how to do ? Thanks a lot From: "Jim Barrows" <[EMAIL PROTECTED]> Date: Fri Jul 9, 2004 4:37 am Subject: RE: use multiple resource bundles in Validator

Re: use multiple resource bundles in Validator

2004-07-09 Thread cliff612
ers Mailing List > > Subject: Re: use multiple resource bundles in Validator > > > > > > On Thu, 8 Jul 2004 18:18:41 +0800, Hanna <[EMAIL PROTECTED]> wrote: > > > How can i use mulitple message bundles in validator

RE: use multiple resource bundles in Validator

2004-07-08 Thread Jim Barrows
> -Original Message- > From: Van [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 1:12 PM > To: Struts Users Mailing List > Subject: Re: use multiple resource bundles in Validator > > > On Thu, 8 Jul 2004 18:18:41 +0800, Hanna <[EMAIL PROTECTED

Re: use multiple resource bundles in Validator

2004-07-08 Thread Van
On Thu, 8 Jul 2004 18:18:41 +0800, Hanna <[EMAIL PROTECTED]> wrote: > How can i use mulitple message bundles in validator in struts 1.1? > like the way of ? No. -- - Mike "Van" Riper [EMAIL PROTECTED] - To unsubscribe, e-mail

use multiple resource bundles in Validator

2004-07-08 Thread Hanna
How can i use mulitple message bundles in validator in struts 1.1? like the way of ?