On Feb 12, 2008 10:19 AM, JimP <[EMAIL PROTECTED]> wrote:
>
> returned without this characters.  I have the line :         ResponseWriter
> writer =(new ResponseFactory()).getResponseWriter(context, "text/xml");  in
> my faces bean.

Did you set the ResponseWriter on the FacesContext using:

facesContext.setResponseWriter(writer);

Or did you try writing to the ResponseStream directly?

Greg

Reply via email to