RE: JSTL fmt:message with modules

2005-05-26 Thread Bob Arnott
Martin Gainty wrote: > BobThis tutorial from Nick Heudecker may helpAssuming you > place > ApplicationResources.properties,FrenchApplicationResources.properties > in WEB-INF/classes key="EnglishResources" parameter="ApplicationResources"/> > parameter="FrenchApplicationResources"/>The most common

RE: JSTL fmt:message with modules

2005-05-26 Thread Benedict, Paul C
? -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 4:29 PM To: Struts Users Mailing List Subject: Re: JSTL fmt:message with modules Bob- assuming you set userLocale to english north america so in the jsp if variable

Re: JSTL fmt:message with modules

2005-05-26 Thread Martin Gainty
Anyone else?Martin-- Original Message - From: "Bob Arnott" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Thursday, May 26, 2005 6:14 AM Subject: RE: JSTL fmt:message with m

RE: JSTL fmt:message with modules

2005-05-26 Thread Bob Arnott
Martin Gainty wrote: > Bob- > assuming you set userLocale to english north america > border="0" width="100%"> > > > > >basename="com.abcbank.example.ApplicationResources"> > > > > > > > > so in the jsp if variable userLocale is set as Locale > userLocale = new Locale("fr", "CA");

Re: JSTL fmt:message with modules

2005-05-25 Thread Martin Gainty
e com/abcbank/example folder and if header.title = Banque de Quebec that is what you would see Martin- - Original Message - From: "Bob Arnott" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, May 25, 2005 1:20 PM Subject: JSTL

JSTL fmt:message with modules

2005-05-25 Thread Bob Arnott
Hello, just trying out JSTL on a new app I'm writing as I thought it was about time I used it. However, I'm having a bit of trouble with the tag as I don't know how to specify the correct bundle to use. I'm using modules and tiles, so each module has it's own resource bundle, but they share th