pageNavContentFooter.setNamedChild(START_CHILD,
ContextPoppingUINode.getUINode(INFO_RETURN_CHILD));
// Create MarlinBean using what's in CONTENT_FOOTER_CHILD
MarlinBean contentMarlinBean = new MarlinBean(CONTENT_FOOTER_NAME);
contentMarlinBean.addIndexedChild(
ContextPoppingUINode.getUINode(CONTENT_FOOTER_CHILD));
// Use content footer created with
// ACTIONS_CHILD and INFO_RETURN_CHILD
contentFooterSwitcher.setNamedChild( _HAS_PAGE_NAV, pageNavContentFooter);