states.put(child.getClientId(context),new AttachedFullStateWrapper(new Object[]{
component.getClientId(context),
facetName,
null,
internalBuildTreeStructureToSave(child),
child.processSaveState(context)}));
}
else
{
saveStateOnMap( context, states, child);
}