Re: Multiple Resource Bundles in web.xml
"Rahul Akolkar" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On 4/10/06, Steven Pannell <[email protected]> wrote: > > Hi, > > I have configured by resource bundle in the web.xml as follows: > > <context-param> > <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name> > <param-value>webMessages</param-value> > </context-param> > > But I like to know is it possible to add mulitple resource bundles? > > I tried using a seperated list but it did not work :-( > <snip/> Recommend using fmt:bundle, fmt:setBundle and bundle attribute of fmt:message etc. here. -Rahul > thx. > S. > >