Kris Schneider wrote:
Do you have an entry like the following in web.xml:

<web-app>
  ....
  <context-param>
    <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
    <param-value>Messages</param-value>
  </context-param>
  ....
</web-app>

This sets up a default resource bundle (WEB-INF/classes/Messages.properties) for
JSTL's fmt tags.

Many thanks Kris. It was a stupid error. In my page I don't include <fmt:setBundle basename="localtext" scope="page" />


Now, I put the setting in web.xml

Regards Lorenzo

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



Reply via email to