Hi Gerald,
Are you doing it in a jsp page? Try using a servlet. Jsp handles text based output with JspWriter, and since you already obtained a writer, you cannot get outputstream. Doing so will cause IllegalStateException (see javadoc for ServletOutputStream).
-cheng
[Message sent by forum member 'cf126330' (cf126330)]
http://forums.java.net/jive/thread.jspa?messageID=249344