0 Replies Latest reply on Jul 25, 2007 1:45 PM by ramnarayan

    response.getOutputStream() has already been called for this

    ramnarayan

      Hi All,

      Am facing this issue since a few days and couldn't solve it.Kindly help me in getting it resolved.

      I have this piece of code for your reference.

      NetCheckBody.main(request1, response, out, isServlet, rootVirtualPath, rootPhysicalPath);
      out.close();

      The main method has this code that causes the problem

      RequestDispatcher reqDis = httpRequest.getRequestDispatcher("/"+coBrandIndexPage);
      reqDis.forward(httpRequest,response);

      coBrandedIndexPage is a jsp page.

      Thanks in advance
      Ram