07-16-04 10:55 PM
Hi is there any way to find out if a page is a personal page during
building of the navigation like there is for labels?
for labels you can do this within the navigationloop tag:
<%
if ( nodeContentType == com.ibm.portal.content.ContentNodeType.LABEL ) {
;
// do something
}
%>
but I can't find out how to check if the navigation points to a personal
page. I want to print a header "Personal pages" above the link to the
personal page(s). How can I do that?
thanks, Boudewijn
[ Post a follow-up to this message ]
|