Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.1.1
-
None
-
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
- duplicates
-
TOMAHAWK-276 The facet for popup component only accept components with children
- Closed