[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4279) RendererRequest does not respect the user's locales

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Jun 27 16:09:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen updated JBSEAM-4279:
------------------------------

    Attachment: JBSEAM-4279.txt


Understand that this solution is only going to solve synchronous rendering (rendering which happens in the same thread that is processing the JSF request). If the rendering is being done asynchronously, there will have to be another means of establishing the user's locale.

> RendererRequest does not respect the user's locales 
> ----------------------------------------------------
>
>                 Key: JBSEAM-4279
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4279
>             Project: Seam
>          Issue Type: Bug
>          Components: JSF Controls, Mail, PDF
>    Affects Versions: 2.2.0.CR1
>            Reporter: Dan Allen
>            Assignee: Dan Allen
>             Fix For: 2.2.1.CR1
>
>         Attachments: JBSEAM-4279.txt
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> When Seam sets up the Renderer component, it replaces the FacesContext with a mock FacesContext specifically for rendering a template (such as a mail or PDF template). That mock infrastructure does not respect the user's locales.
> If the ExternalContext is available, the result of getRequestLocales() should be transferred to the mock infrastructure.

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

        



More information about the seam-issues mailing list