WebSphere Portal Server - how to get the custom names of nodes in portlet

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > March 2006 > how to get the custom names of nodes in portlet





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 how to get the custom names of nodes in portlet
Mehmet Gunacti

2004-03-24, 5:19 pm

i want the list of nodes in a select box available in portal. the
titles and id 's can be listed like this :

<wps:navigation startLevel="1" stopLevel="6">
<wps:navigationLoop>
....
// get the unique identifier
<%= ((LayeredContainer)wpsNavNode).getNodeID()%>
// prints something like : 7_0_6P

// get the title
<%= LocaleHelper.getTitle((Localized)wpsNavNode, RunData.from(
pageContext.getRequest()).getLocale()) %>
// prints out title of node
....
</wps:navigationLoop>
</wps:navigation>

does anybody know how to get the unique name of a node ?
is there another (better) solution ?

every response is appreciated.
Mehmet Gunacti

2006-03-08, 5:58 pm

Any way to the the unique identifier in the Skin?
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com