1 Reply Latest reply on Mar 12, 2006 3:42 PM by dhexus

    menu title from 'Pages' to ..

    dhexus

      hi,

      i want to change the menu title from 'Pages' to 'TITLE'.
      so i have modified the section

      <portlet>
       <portlet-name>NavigationPortlet</portlet-name>
      <portlet-class>org.jboss.portal.core.portlet.catalog.NavigationPortlet</portlet-class>
       <supports>
       <mime-type>text/html</mime-type>
       <portlet-mode>VIEW</portlet-mode>
       </supports>
       <portlet-info>
       <title>TITLE</title>
       </portlet-info>
      </portlet>


      in

      $PORTAL_HOME/core/src/resources/portal-core-war/WEB-INF/portlet.xml


      but the title is still 'Pages'. changing the title of the user portlet works in this way!?! please let me know what to do. any ideas?

      thanks in advance,

      dhexus

        • 1. Re: menu title from 'Pages' to ..
          dhexus

          i think this is not a solution as it should be, but i works:

          change

          resp.setTitle("Pages");


          in

          $PORTAL_HOME/core/src/main/org/jboss/portal/core/portlet/catalog/CatalogPortlet.java


          cu, dhexus.