JspTilesViewHandlerImpl does not load localized tiles definitions
-----------------------------------------------------------------

         Key: MYFACES-647
         URL: http://issues.apache.org/jira/browse/MYFACES-647
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: 1.1.0    
 Environment: Sun SDK 1.5, Tomcat, Linux
    Reporter: Beat Seeliger
    Priority: Minor


The tiles definitions that are loaded by JspTilesViewHandlerImpl are not the 
localized definitions corresponding with
facesContext.getViewRoot().getLocale()
e.g. if the mentioned method returns de_CH, the tiles definition 
tiles_de_CH.xml should be considered

Workaround: Setting the struts locale solves the problem
facesContext.getExternalContext().getSessionMap().put(Globals.LOCALE_KEY, new 
Locale("de","CH");


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

Reply via email to