You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Yansheng Lin <ya...@isogis.com> on 2003/11/10 18:00:47 UTC

Jstl i18n not working

Hi, in my web.xml:

  <!-- ==================== JSTL i18n support =========================== -->
  <context-param>
    <param-name>javax.servlet.jsp.jstl.fmt.fall-backLocale</param-name>
    <param-value>en</param-value>
  </context-param>  
  <context-param>
    <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
     <param-value>ApplicationResources.properties</param-value>
  </context-param>

Then in my jsp:

    <fmt:bundle basename="ApplicationResources">
      <fmt:message key="j2emain.title" />
    </fmt:bundle>
	
But I am getting the following output:
	???j2emain.title???

Help appreciated!

-Yan


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org