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
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.