[
https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797658#action_12797658
]
Jakob Korherr commented on MYFACES-2475:
----------------------------------------
maybe this is a spec error in the description of UIData.visitTree(). should we
notify EG about this?
> Visit facets in UIComponent.visitTree()
> ---------------------------------------
>
> Key: MYFACES-2475
> URL: https://issues.apache.org/jira/browse/MYFACES-2475
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-alpha
> Reporter: Michael Kurz
> Attachments: MYFACES-2475.patch
>
>
> I am currently trying to get f:ajax running inside a composite component. So
> I would say it is necessary to include the facets (use
> getFacetsAndChildren() instead of getChildren()) in UIComponent.visitTree().
> The problem with this solution is, that there is a potential conflict with
> UIData.visitTree() (also see MYFACES-2137). The result is that facets of
> columns are visited twice. I noticed this because UIDataTest.testVisitTree()
> fails unless the line expecting the column facet is in the code twice.
> I tried the same example with Mojarra anwith the same result: the column
> facet is visited twice.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.