UIXComponentBase attempts to flatten JSF composite components
-------------------------------------------------------------

                 Key: TRINIDAD-1961
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1961
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 2.0.0.3-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson
            Priority: Critical


UIXComponentBase.processFlattenedChildren thinks that the UINamingContainer 
that is created by the composite component tag is actually a f:subview tag. It 
tries to flatten the composite component, which it should not be. The composite 
component uses a facet to hold the component definition and not children 
components, so what happens is that, in a flattened use case, the composite 
component is not processed.

We need to add code to differentiate the UINamingContainer created by a 
composite component tag from the subview tag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to