DO NOT REPLY [Bug 45620] formatDate fails when locale is missing
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=45620 --- Comment #1 from Nicky Sandhu <[email protected]> 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.