ui:fragment ignores rendered attribute if nested in t:div
---------------------------------------------------------

                 Key: MYFACES-3517
                 URL: https://issues.apache.org/jira/browse/MYFACES-3517
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 2.1.6
         Environment: MyFaces 2.1.6, Tomahawk 1.1.11, Tomcat 6.0.32
            Reporter: Patrick Schmidt


When nested inside a t:div, the rendered attribute of ui:fragment ist ignored.

This seems to be similar to MYFACES-3239, which was fixed in 2.1.2.

Example:

<t:div>
<ui:fragment rendered="false">
<h:outputText value="This text should not appear" />
</ui:fragment>
</t:div>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to