You can use the following in a tag extending SimpleTagSupport:
PortalNode currentNode = (PortalNode)
getJspContext().findAttribute("org.jboss.portal.api.PORTAL_NODE");
| currentNode.getName();
| currentNode.getDisplayName(locale);
Your PageCustomizerInterceptor stores the current PortalNode as a request attribute
(unless you've modified it and chosen not to).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207539#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...