0 Replies Latest reply on Dec 17, 2005 10:58 AM by yxyang

    PortletRequestDispatcher error in jbp2.0 branch

      Hi

      For the following code,


      PortletRequestDispatcher prd = portletContext.getRequestDispatcher(s);
      prd.include(req, resp);

      if s is refering to a html segment, then it doesn't work.

      Only when s is refering to jsp file, it works.

      Is this a bug?

      yang