componentType, location);
INamespace componentNamespace = _componentResolver.getNamespace();
IComponentSpecification spec = _componentResolver.getSpecification();
IContainedComponent contained = new ContainedComponent();
contained.setLocation(location);
contained.setType(componentType);
IComponent result = instantiateComponent(page, container, componentId,
spec, _componentResolver.getType(), componentNamespace,
contained);