t;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 23, 2000 5:30 AM
Subject: Handiling OutputStream in JSP
> Hi All,
>
> I am trying to display binary data from the database directly to the browser
> using OutputStream. This worked fine with a servlet using
&g
"Santapur, Rao" wrote:
> Hi All,
>
> I am trying to display binary data from the database directly to the browser
> using OutputStream. This worked fine with a servlet using
> ServletOutputStream.However, when I tried to do the same thing in JSP, It's
> giving me an Illgal State Exception.
> I we
Hi All,
I am trying to display binary data from the database directly to the browser
using OutputStream. This worked fine with a servlet using
ServletOutputStream.However, when I tried to do the same thing in JSP, It's
giving me an Illgal State Exception.
I went through the doc's, it says .. one