3 Replies Latest reply on May 15, 2006 5:23 AM by kysersosaih

    not visualize image in the portlet

    m.lebri

      The page html contain some images, but when deploy the project visualize only text.


      IN THE PORTLET(.java):

      response.setContentType("text/html");
      request.getParameters();
      PortletRequestDispatcher rd = null;
      rd=getPortletContext().getRequestDispatcher("/WEB-INF/jsp/MyHtml.html");
      rd.include(request, response);

      [img][/img]