ui:fragment (ComponentRef) is responsible for rendering its child components
----------------------------------------------------------------------------

                 Key: MYFACES-3146
                 URL: https://issues.apache.org/jira/browse/MYFACES-3146
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.0-SNAPSHOT
         Environment: myfaces core trunk
            Reporter: Martin Kočí


JSF 2.0 rev A spec says that ui:fragment has rendered property: If this 
attribute's value is "false" or the value is an EL expression that evaluates to 
"false", the fragment is not rendered in the page.

Because ui:fragment is component-only (no renderer) it should returns from 
getRendersChildren() true to satisfy specified behaviour. 

http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-661

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to