just place a context-param element in your web.xml as a child of <web-app>.


<context-param>
 <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
 <param-value>ApplicationResources</param-value>
</context-param>

Sven


Anthony Mutiso 2 wrote:
What is recognized way to get JSTL <fmt:message> tag to share the same
resources bundle as Struts <bean:message> tag?

Thanks

Anthony

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to