0 Replies Latest reply on Nov 6, 2008 9:34 AM by alessio.papi

    Why CMS goes to default page instead of specified page ?

      Hi,

      my portal page contains three different CMS windows like this :

      <window>
       <window-name>LocalApplicationPortletWindow</window-name>
       <content>
       <content-type>cms</content-type>
       <content-uri>/mycompany/local-application.html</content-uri>
       </content>
      </window>
      


      The html file local-application.html refers to another html file and CMS renders the link with an URL like this :

      http://localhost/portal/Home/default/LocalApplicationPortletWindow?action=2&uri=/mycompany/local-application-test.html
      


      The URL is correct and I can access to the local-application-test.html file without any problems. But if I remove the uri parameter the CMS displays the default page of the portlet (provided by indepage portlet parameter) instead of the page provideb by content-uri, is this a correct behaviuor or is
      a bug (JBP 2.6.6) ?
      I can't change the indexpage parameter to avoid this behaviuor because I have multple CMS with different default page. Anyone has a solution ?