9 Replies Latest reply on Mar 12, 2010 9:42 AM by g_sebert

    Problem with navigation configuration, navigation.xml and pages.xml

    goschan

      When I create a node and a page in the files 02portal.war/web_inf/conf/portal/portal/classic/pages.xml and navigation.xml like this :

       

      <node>
           <uri>testnode</uri>
           <name>test</name>
           <label>Test</label>
           <visible>true</visible>
           <page-reference>portal::classic::testPage</page-reference>         
      </node>
      

      navigation.xml

       

       

      <page>
          <name>testPage</name>
          <title>Test</title>
             <access-permissions>Everyone</access-permissions>
             <edit-permission>*:/platform/administrators</edit-permission>
          <portlet-application>
            <portlet>
              <application-ref>Test</application-ref>
              <portlet-ref>TestPortlet</portlet-ref>
            </portlet>
            <title>Test</title>
            <access-permissions>Everyone</access-permissions>
            <show-info-bar>false</show-info-bar>      
          </portlet-application>
        </page>
      

      pages.xml

       

       

      In the portal I can see the node "Test" but when I click on it, nothing happens. I have to edit the node, (re) select the page then save and it works.

       

      Am I missing something ?

       

       

      Benjamin