Submitted by Simon Mottram on May 6, 2009 7:19:23 AM

Getting OutputStreams

Seems to be a problem with getting output streams from the facesContext and externalContext.

facesContext.getResponseStream() always returns null

externalContext.getResponse().getOutputStream() throws an Exception saying that the Writer is already in use.

S