<fmt:formatDate /> wrong locale when using Layouts and custom LocalePicker
--------------------------------------------------------------------------

                 Key: STS-749
                 URL: http://www.stripesframework.org/jira/browse/STS-749
             Project: Stripes
          Issue Type: Bug
          Components: Formatting
         Environment: Win 7, Java 6, Resin 3.1.10
            Reporter: Christian Yttesen


Reading the Stripes documentation about localization:

<<
Secondly, you should rarely have a need to use the <fmt:setLocale.../> tag. 
Because of Stripes' strategy of using a filter and a request wrapper, all 
components in your application, including the JSTL tags, will always get the 
right locale when they call request.getLocale().
>>

Using the Layout template mechanism I cannot get <fmt:formatDate /> to use the 
locale returned by my custom LocalePicker - it seems to always use the browsers 
preferred locale.

If I include <fmt:setLocale value="${pageContext.request.locale}" /> on my page 
it works fine. But reading the above documentation makes me wonder why thats 
required?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------

_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to