4 Replies Latest reply on May 2, 2006 4:18 PM by colintoal

    Page Tabs Go Away?

    john.c.moore

      AppServer: JBoss 4.0.3SP1
      Portal: JBoss Portal 2.2.1
      DB: MySql 4.1

      I recently deployed Portal to JBoss App Server, I added a JSR 168 compliant portlet from portalswap the Calculator one. When I click on the page, the tabs for the other pages go away, but my portlet work fine, but I see no page tabs on top anymore. Does anybody know what I have to do so this doesn't happen and it just highlights my page and the other tabs stay there as well.

      Thanks in advance.


        • 1. Re: Page Tabs Go Away?
          john.c.moore

          Opps Wrong Forum Sorry.

          • 2. Re: Page Tabs Go Away?

            No. This is the right forum.

            The reason there are no tabs, is because the navigationPortlet is not defined for that page.

            The tabs are not mere "tabs", but an actual navigationPortlet that is assigned to the layout's "navigation region".

            • 3. Re: Page Tabs Go Away?

              Check the page you have defined for your test portlet.

              Make sure that the page that contain's the window that contains the test portlet instance als includes a Navigation window in the navigation region.

              This navigation window should include a navigation portlet instance.

              You can find an example of this in the default pages defined in default-object.xml in the portal-core-war.

              If you created the page and put the portlet on it using the admin portlets, then you will need to define a window using the Navigation portlet instance and include this on your new page.

              • 4. Re: Page Tabs Go Away?

                Roy beat me to it. :( -- E-mail watching has lag!