At least on Mojarra this does not work. A composite component's children get inserted just fine but accessing #{cc.parent}
or #{cc.children}
does not work on 2.0.2, and #{cc.childCount}
always returns 0
on 2.0.4, regardless of the number of children.