Portals (MOSC)

MOSC Banner

3 Level menu issue in Oracle Webcenter Portal

edited Jun 25, 2016 6:47AM in Portals (MOSC) 12 commentsAnswered

Hi,

   I am having issues with 3 level menu in Oracle webcenter portal. I have created a task flow based on the code given below. The code is building 3 level menu and showing correct hierarchy. But parent nodes are not clickable and can not navigate to desired page. Any help is greatly appreciated.

ADF Code of 3 Level navigation menu:

<af:panelGroupLayout id="pgl1" layout="vertical">

  <af:spacer id="sp1" height="20px"/>

  <af:menuBar id="mb1">

    <af:iterator id="i1"

                 value="#{navigationContext.currentNavigationModel.listModel['startNode=/,

                       includeStartNode=false']}"

                 var="node">

      <af:switcher id="s1"

                   facetName="#{empty node.children ? 'leafNode' : 'parentNode'}">

        <f:facet name="parentNode">

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center