Multiple Resource Bundles in web.xml
Steven Pannell <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <10361639FF4CA04ABB30F54683E4FB8505667A3F@exchange2.home.zooplus.de> |
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 :-( thx. S.