0 Replies Latest reply on Jan 3, 2007 6:14 AM by luuzz

    Retrieve page properties

    luuzz

      I am using JbossPortal 2.2. I want to access page properties defined in my -object.xml file in my doView function.
      To do so, i use PortalNode from the request object and i sucessfully retrieve the pages names. But i can't read properties because the getDefinedProperty method is only defined for PortalObject objects and not PortalNode. How can we convert PortalNode objects into PortalObject ones.

      Thank You