Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0-beta-1
-
None
-
None
Description
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.