ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-439

EL used in HTML code is not rendered when using the HtmlTagDecorator

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.2.0.GA
    • Fix Version/s: EE-3.3.0.GA
    • Component/s: Core Extensions
    • Labels:
      None
    • Environment:
      All
    • Assignee Priority:
      P1
    • Salesforce Case Reference:
    • Workaround Exists:
      Yes
    • Workaround Description:
      In the case for the link tag, the ice:outputStyle or h:outputStylesheet tags can be used.

      Description

      With the following context parameter set:

          <context-param>
              <param-name>javax.faces.FACELETS_DECORATORS</param-name>
              <param-value>com.icesoft.facelets.HtmlTagDecorator</param-value>
          </context-param>

      The EL expression in the following code is not rendered:

              <link rel="stylesheet" type="text/css"
                    href="#{facesContext.externalContext.requestContextPath}/css/style.css" ></link>

      The following is what the tag gets rendered as:

      <link rel="stylesheet" type="text/css" />

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36268 Mon Jun 17 18:01:12 MDT 2013 mark.collette IPCK-439 : EL used in HTML code is not rendered when using the HtmlTagDecorator
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/templates/content-template.xhtml

          People

          • Assignee:
            Mark Collette
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: