MHL3060 / bentux

Automatically exported from code.google.com/p/bentux
0 stars 0 forks source link

set default locale on IE #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have made a change on web.xml

<!-- Fallback locale if no bundles found for browser's preferred locale -->
    <!-- Force a single locale using param-name 'javax.servlet.jsp.jstl.fmt.locale' -->
    <context-param>
 <param-name>javax.servlet.jsp.jstl.fmt.locale</param-name>
        <param-value>en</param-value>
    </context-param>

changed from javax.servlet.jsp.jstl.fmt.fallbackLocale to 
javax.servlet.jsp.jstl.fmt.locale. however, this won't solve the problem if the 
postfix ends with .html anything with .jsp will work.

What happen now is you see the variables we set in application.property which 
look really uglys

Original issue reported on code.google.com by lhkh...@gmail.com on 31 Aug 2010 at 4:44