Add the following context-param to your web.xml -- the element should go before any servlet declarations ... ApplicationResources is the name of your message resoures.

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

Eric Chow wrote:

Hello,

How can JSTL <fmt:message .../> uses Struts' resources and locale setting ???


Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to