|
Home > Archive > WebSphere Portal Server > May 2007 > Navigation Loop Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Navigation Loop Problem
|
|
|
| Hi all,
I am using the code
<portal-navigation:navigation startLevel="2" stopLevel="5">
<portal-navigation:navigationLoop>
Now what this code is doing, is rendering only the first level navigation pages. It generates the child pages, only for the page that is selected (or whose child page is selected). But for other pages it doesn't go through the child pages.
Actually i am making a drop down menu using coolmenus. But to store the node values in the DropDown structure, i need to prefetch their values. But i am bale to get only those node values, that are parallel to the ones selected. So if i select a child pag
e of a particular page, then entire drop down (child pages) ONLY for that page appear.
IS their some way to make the Navigation Loop go through all the Child nodes without having to click on anything ????
Thanks in Advance
| |
| Inigo Medina Garcia 2007-04-17, 7:20 am |
| Which version of WSP? There are some differences regarding portal-navigation between versions before and post 6.0.
| |
|
| Hi,
I am using Websphere Portal 6.0
Thanks
Ashish
| |
| Michael Harris 2007-05-02, 1:33 pm |
| There is a setting in one of the properties files to have all navigation
nodes expanded by default. However, that likely isn't what you want
because that will change the behavior of the entire portal.
You may need to use the Model API to do this. Take a look at the JSP
files in the site map portlet.
|
|
|
|
|