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: 2.0.0-beta-2, 2.0.0-beta
Reporter: Jakob Korherr
Assignee: Jakob Korherr
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.