4 Replies Latest reply on Aug 11, 2010 7:10 AM by lyahyaoui

    Direct External Links doesn't work correctly

    lyahyaoui

      Hi,

       

      I tried to add some external Links in my Portal, like in the Documentation :

      http://docs.jboss.com/gatein/portal/3.1.0-FINAL/reference-guide/en-US/html_single/index.html#sect-Reference_Guide-Skinning_Portal

       

      In the Navigation.xml i add this code:

       

      <node>
         <uri>https://myExternalPage.de/</uri>
         <name>externalpage</name>
         <label>Externalpage</label>
         <page-reference>portal::myPortal::externalpage</page-reference>
      </node>

       

      in the pages.xml i add this code:

       

      <page>
         <owner-type>portal</owner-type>
         <owner-id>myPortal</owner-id>
         <name>externalpage</name>
         <title>Externalpage</title>
         <access-permissions>Everyone</access-permissions>
         <edit-permission>*:/platform/administrators</edit-permission>
        </page>

       

      when i click on the Link i get this Info-Message on the Server:

       

      INFO  [STDOUT] ~~~~~~~~~~~~ oldURL=/myPortal/public/classic/tps://myExternalPage.de/

      INFO  [STDOUT] ~~~~~~~~~~~~ newURL=/myPortal/private/classic/https://myExternalPage.de/

       

      and the Portal doen't navigate to the URI  https://myExternalPage.de/

       

      What i'm doing wrong here?

       

      Thanks