1 Reply Latest reply on Apr 14, 2008 12:21 PM by dvanwest

    how to external link in portlet

    georgy_v


      i need to give a link http://..... which is out of context of the portlet.
      i gave in the doView method but when clicking on it opens in new window.
      i need to open the http link in the portlet area itself. can anybody help me.

      thankz in advance

        • 1. Re: how to external link in portlet

          Here's one solution... The link you expose should return to the portlet (passing the URL of interest as a parameter), then in the processAction() method you can clip the URL of interest and display its content via the doView() method.