1 Reply Latest reply on Nov 12, 2008 10:45 AM by peterj

    accessing one page to another page

    nagendra42

      Hi Dear,

      Suppose I have 4 page in my portal (PageA, PageB, PageC and PageD). How can I access PageD from PageA. I mean how can I open PageD from PageA.


      Thanks in
      Adv

        • 1. Re: accessing one page to another page
          peterj

          In on of your portlets on PageA, place this hyperlink:

          <a href="/portal/portalname/PageD">PageD</a>[/url]
          
          At least, I think that is the correct URL (it could be "/portal/portal/portalname/PageD"). I know that you can get to a specific page by entering this into the browser:
          
          http://localhost:8080/portal/portal/portalname/pagename
          
          or when logged in:
          
          http://localhost:8080/portal/auth/portal/portalname/pagename