WebSphere Portal Server - how do I get the Tab/Page Unique Name in IBM Portal

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > August 2007 > how do I get the Tab/Page Unique Name in IBM Portal





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 do I get the Tab/Page Unique Name in IBM Portal

2007-08-08, 7:21 pm

Hi,
I need to get Tab/Page Name in theme Default.jsp.
Advanced Thanks for your answer.
Thanks
Marc van Glabbeek

2007-08-10, 7:23 am

Try this:
<pre>
<portal-navigation:navigation>
<portal-navigation:navigationLoop>
<%
if (wpsSelectionModel.isNodeSelected(wpsNavNode)) {
%>
<%= wpsNavNode.getContentNode().getObjectID().getUniqueName() %>
<%
}
%>
</portal-navigation:navigationLoop>
</portal-navigation:navigation>
</pre>
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com