RootBoundValue.getBoundValue(), 3, false);
menuList.setAttributeValue(UIConstants.RENDERED_ATTR, listRenderedBV);
MarlinBean navigation3Flow = new MarlinBean(UIConstants.FLOW_LAYOUT_NAME);
navigation3Flow.addIndexedChild(menuList);
navigation3Flow.addIndexedChild(navigationTree);
navigation3Flow.setAttributeValue(UIConstants.RENDERED_ATTR,
new OrBoundValue(treeRenderedBV,listRenderedBV));
pageLayout.setNamedChild(UIConstants.NAVIGATION3_CHILD, navigation3Flow);