ICEfaces
  1. ICEfaces
  2. ICE-11054

HeadBodyListener does not detect h:head and h:body properly

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 4.0
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      JSF 2.2 + Icefaces 4.0 + Glassfish 4.1

      Description

      HeadBodyListener does not detect h:head and h:body properly in case the ViewRoot contains a ComponentRef child.

      You can reproduce this rendering a composite component that is decorated with main template. Please note that head and body components are declared in the main template.

      main xhtml
      <ui:component>
       <cc: myComposite />
      </ui:component>

      myComposite.xhtml
      <ui:component>
        <ui:decorate template="main-template">
          <ui:define ..... >
          <ui:define ..... >
        </ui:decorate>
      </ui:component>

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Rosca Stefan
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: