Re: Handiling OutputStream in JSP

2000-08-22 Thread luyi
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

Re: Handiling OutputStream in JSP

2000-08-22 Thread Craig R. McClanahan
"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

Handiling OutputStream in JSP

2000-08-22 Thread Santapur, Rao
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