Custom Navigation Model is not being displayed
Hi ,
I am trying to use the Custom Navigation Model which i created for few pages to be displayed in a group . When I try to display the navigation model it is not showing anything . Below is the code:
*<af:forEach var="node" varStatus="vs"*
* items="#{navigationContext.navigationModel.listModel['modelScope=/oracle/webcenter/portalapp/navigations/modelId=projectInventoryreports.xml']}">*
*<af:commandLink id="pt_cl1" text="#{node.title}"*
*inlineStyle="font-size:small;#{node.selected ? 'font-weight:bold;' : ''}"*
*action="pprnav"*
*disabled="#{not node.navigable}"*
*actionListener="#{navigationContext.processAction}"*
*clientComponent="#{node.attributes['Target'] == '_popup' ? true : false}">*
*<!-- pass node to processAction for setting current selection and navigation -->*
*<f:attribute name="node" value="#{node}"/>*
*</af:commandLink>*
*<af:spacer id="pt_s5" width="10" height="20"/>*
*</af:forEach>*
Thank you,
Sashank P