1 Reply Latest reply on Feb 12, 2008 1:57 AM by peterj

    Add custom portal to Jboss

    devfree

      Hello, please I want add a custom portal to JBossPortal but when install my *.war file, I only see the name of portal and the pages in the root of this portal, but I don't see the other pages that's in the sub folders, my structure is the following:

      Portals (Root Portals)
      --MyCustomPortal (Portal)
      --SubFolder (Folder)
      ---insf1.jsp (page)
      ---insf2.jsp (page)
      --index.jsp (page)
      --interna.jsp (page)

      How access to two pages insf1.jsp and insf2.jsp, because I have only acess to index.jsp and interna.jsp

      Thank's all

        • 1. Re: Add custom portal to Jboss
          peterj

          I assume that what you mean is that your portal has 3 pages, one of which has 2 sub-pages. In this case, you will see three tabs. If you hover the mouse over the tab named 'SubFolder', a drop down menu should appear with the two subpages.