1 Reply Latest reply on Mar 16, 2006 8:02 PM by unibrew

    Portal root

      Hi,
      it's possible to browse PortalNodes starting to the root downto all childrens,
      from a portlet ?
      Ex.
      PortalNode current = request.getPortalNode();
      for (PortalNode child: current.getChildren()) {
      .....
      }

      but not from the current node, from the root of the portal. And it's also possible
      to get the portal name from a portlet ?
      Thanks