Re: Multiple message resources with JSTL

2003-09-12 Thread Kris Schneider
Here's something that appears to be a step in the right direction. First, use a single context init param for javax.servlet.jsp.jstl.fmt.localizationContext. The content should match the "parameter" attribute of the element in your default Struts config file. For example, your default Struts conf

Multiple message resources with JSTL

2003-09-11 Thread Carlos Sanchez
I'm using JSTL + Struts configured for modules I'm using JSTL fmt tag for messages, instead of Struts tags, configured in web.xml javax.servlet.jsp.jstl.fmt.localizationContext com.obs.webapp.messages.Messages I'd like to add more message resources, one for each module. Adding mor