ContainerUtil.compose(context, new WrapperComponentManager(m_manager));
ContainerUtil.service(context, m_manager);
final Map anchorMap = new HashMap(2);
anchorMap.put(HINT_KEY,hint);
context.pushMap(ANCHOR_NAME,anchorMap);
//mounted locations first
if (m_mountNodes != null) {
for (int i = 0; i < m_mountNodes.length; i++) {
location = m_mountNodes[i].locate(om,context);