https://issues.apache.org/bugzilla/show_bug.cgi?id=45620
--- Comment #1 from Nicky Sandhu <nicky_san...@yahoo.com> 2009-02-09 16:53:37 PST --- Another easy workaround without touching jsp pages is to set either the default fallback locale or the default locale via web.xml configuration <context-param> <param-name> javax.servlet.jsp.jstl.fmt.locale </param-name> <param-value> en </param-value> </context-param> <context-param> <param-name> javax.servlet.jsp.jstl.fmt.fallbackLocale </param-name> <param-value> en </param-value> </context-param> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org