ICEfaces
  1. ICEfaces
  2. ICE-3080

<html> lang attribute incorrect

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7
    • Fix Version/s: 1.7.1
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      All

      Description

      In com.icesoft.faces.context.DOMResponseWriter.enhanceHtml(Element), we're using:
          Locale locale = context.getApplication().getViewHandler().calculateLocale(context);
      when we should instead be using:
          Locale locale = context.getViewRoot().getLocale();
      since that will respect any set Locale, and otherwise invoke ViewHandler.calculateLocale(FacesContext)

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16655 Fri May 16 17:26:54 MDT 2008 mark.collette ICE-3080 : <html> lang attribute incorrect
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16654 Fri May 16 16:33:42 MDT 2008 mark.collette ICE-3080 : <html> lang attribute incorrect
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Mark Collette
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: