// this allows children to determine if it's
// been part of the tree or not yet
ComponentSupport.addComponent(ctx, parent, c);
c.popComponentFromEL(ctx.getFacesContext());
if (compcompPushed) {
ccStackManager.pop(TreeCreation);
}
if (shouldMarkInitialState(ctx.getFacesContext())) {
c.markInitialState();
}