[ 
http://issues.apache.org/jira/browse/TOMAHAWK-217?page=comments#action_12373262 
] 

Michal Borowiecki commented on TOMAHAWK-217:
--------------------------------------------

I wasn't looking for a Tomahawk bug report in Core. A lesson for me then not to 
narrow the search to the specific project ;)

> HtmlPopupRenderer does not  render facet's direct child
> -------------------------------------------------------
>
>          Key: TOMAHAWK-217
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-217
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Popup
>     Versions: 1.1.1
>  Environment: 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
>     Reporter: Michal Borowiecki
>     Priority: Minor

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to