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. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
