0 Replies Latest reply on Feb 28, 2008 7:08 AM by nfk65

    java.lang.IllegalStateException - Servlet response already u

    nfk65

      Hi,

      java.lang.IllegalStateException - Servlet response already use Writer, OutputStream not possible

      I get this exception when the rich faces filter is added to the web.xml.
      Without the filter there is no issue.

      It occurs when I try the following

      ServletOutputStream sOut = response.getOutputStream();

      Anyone got this problem before?
      Any ideas for a solution?

      Thanks...