Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-217

HtmlPopupRenderer does not render facet's direct child

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 1.1.1
    • None
    • Popup
    • None
    • java version "1.4.2_10"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)
      Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)
      JBoss-3.2.7

    Description

      HtmlPopupRenderer does not render facet's direct child.

      Example 1 (facet has a single child with no grandchildren):
      <jsft:popup>
      <jsfh:outputText value="popup"/>
      <jsfc:facet name="popup">
      <jsfh:outputText value="test"/>
      </jsfc:facet>
      </jsft:popup>
      The popup is rendered with no content.

      Example 2:
      <jsft:popup>
      <jsfh:outputText value="popup"/>
      <jsfc:facet name="popup">
      <jsft:htmlTag value="span">
      <jsfh:outputText value="test"/>
      </jsft:htmlTag>
      </jsfc:facet>
      </jsft:popup>
      The text "test" is rendered directly in the popup' div element. The span element is missing.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mihbor@wp.pl Michal Borowiecki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: