You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2010/11/16 22:34:13 UTC

[jira] Created: (TRINIDAD-1961) UIXComponentBase attempts to flatten JSF composite components

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.


[jira] Resolved: (TRINIDAD-1961) UIXComponentBase attempts to flatten JSF composite components

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-1961.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.3-core

> 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
>             Fix For: 2.0.0.3-core
>
>
> UIXComponent.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.