[
https://issues.apache.org/jira/browse/MYFACES-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-2611.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.9-SNAPSHOT
> UIComponentBase.getFacetsAndChildren() must not access the component's facets
> and children directly
> ---------------------------------------------------------------------------------------------------
>
> Key: MYFACES-2611
> URL: https://issues.apache.org/jira/browse/MYFACES-2611
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 1.2.8, 2.0.0-beta, 2.0.0-beta-2
> Reporter: Jakob Korherr
> Assignee: Leonardo Uribe
> Fix For: 1.2.9-SNAPSHOT, 2.0.0-beta-3
>
>
> Currently UIComponentBase.getFacetsAndChildren() accesses the component's
> facets and children directly over the properties _facetMap and _childrenList.
> This is a problem when a component does not use those fields for its children
> or facets. One example is the PartialViewRoot of PrimeFaces.
> See also the thread on the mailing list:
> http://www.mail-archive.com/[email protected]/msg55175.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.