0 Replies Latest reply on Apr 28, 2008 4:00 AM by pavel.myshkin

    Accessing PortalObject / PortalNode from custom renderset

      Hello,

      I wish to be able to use something like

      PortalObject po = (PortalObject) obj;
      Locale locale = req.getLocale();
      String name = po.getDisplayName().getString(locale, false);

      in my custom renderset but i can not find an object which can help me to access the PortalObject that is currently rendering.

      Also I could not find a way to get a PortalObjectId so that Would be able to look it up by PortalObjectContainer.

      Any help appreciated.