0 Replies Latest reply on Dec 27, 2005 1:18 AM by ramireddy

    how to get Container object for my application (Navigation M

    ramireddy

      Hi Everyone,

      I'm trying to create a Navigation Menu for my application.

      I have seen the code of the JBoss, in that jboss is creating the Navigation Menu using the Container Object and jboss is getting the Container Object using the below given statement i.e.

      container = (PortalObjectContainer) getPortletContext().getAttribute("PortalObjectContainer");


      But here in the entire source code jboss did not use the below statement i.e.

      getPortletContext().setAttribute("PortalObjectContainer"


      Please help me how to create a Navigation menu.