Re: JSP implicit writer (out) vs. response.getWriter()

2003-11-23 Thread Karl Goldstein
} Then in PageContextImpl._initialize: this.response = new JspResponseWriter(response, this.out); Thoughts? Regards, Karl Goldstein - Original Message - From: Karl Goldstein To: [EMAIL PROTECTED] Sent: Saturday, November 22, 2003 10:32 PM Subject: JSP implicit writer (out) vs

JSP implicit writer (out) vs. response.getWriter()

2003-11-22 Thread Karl Goldstein
gets flushed). Am I missing something or is this the way it actually works? If I have it straight, is this a bug? I'm not sure about the JSP spec, but other app servers I've tried seem to accumulate text in a single buffer for both out and response.getWriter(). Thanks, Karl Goldstein