The problem arises when my portlet tries to include a JSP page
>>
>>response.setContentType("text/html");
>>//  response.getWriter().println("Let's see if you write this");
>>
>>PortletRequestDispatcher rd =
>>      getPortletContext().getRequestDispatcher(path);
rd.include(request, response);
>
> Besides, if I use the commented line instead of the include, there is no
> problem and the text is displayed

with regards
varma



Reply via email to