new NotBoundValue(isEndRendered));
locatorUserTable.setAttributeValue(RENDERED_ATTR, isUserInfoAndNoEnd);
// render only the locator if locator and (no userInfo or end)
MarlinBean locatorOnlyLayout = new MarlinBean(FLOW_LAYOUT_NAME);
locatorOnlyLayout.addIndexedChild(
ContextPoppingUINode.getUINode(LOCATION_CHILD));
BoundValue isEndOrNoUserInfo =
new OrBoundValue(isEndRendered,
new NotBoundValue(isUserInfoRendered));
locatorOnlyLayout.setAttributeValue(