I added the below to my web.xml
<!-- Resource bundle setting for fmt:message JSTL tags -->
<context-param>
<param-name>
javax.servlet.jsp.jstl.fmt.localizationContext
</param-name>
<param-value>
com.my.package.ApplicationResources
</param-value>
</context-param>
--
Voytek Jarnot
Quidquid latine dictum sit, altum viditur.
> -----Original Message-----
> From: PILGRIM, Peter, FM [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 4:45 AM
> To: Struts Users Mailing List (E-mail)
> Subject: Struts and JSTL <fmt:setBundle>
>
>
>
> Struts has a i18n implementation that predates JSTL version.
> I was wondering how to use the Struts application properties
> with the JSTL <fmt:bundle>? The obvious answer is point
> JSTL bundle to load the Struts message bundle. In other have
> two resource bundles in memory. However, is there any
> plans to make MessageResources implement the
> `javax.servlet.jsp.jstl.fmt.LocaleContext' directly?
>
> --
> Peter Pilgrim,
> Struts/J2EE Consultant, RBoS FM, Risk IT
> Tel: +44 (0)207-375-4923
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>