0 Replies Latest reply on May 24, 2006 12:08 PM by edsimonaire

    Question about the

    edsimonaire

      When I set the PortletRequestDispatcher to be:

      this.getPortletContext().getRequestDispatcher( ... )

      can I just use a regular URL rather then files or servlets packaged in my .ear files?


      For example, could I have a portlet display "google.com" by doing something like:

      this.getPortletContext().getRequestDispatcher( "http://www.google.com" )

      Thanks!