You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2006/03/30 03:53:33 UTC

[jira] Closed: (TOMAHAWK-217) HtmlPopupRenderer does not render facet's direct child

     [ http://issues.apache.org/jira/browse/TOMAHAWK-217?page=all ]
     
Mike Kienenberger closed TOMAHAWK-217:
--------------------------------------


Duplicate of MYFACES-827, fixed on 11/15/2005

> 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