Hi
I am writing a class in turbine that submits and Id of a db record which gives me a 
file path which I read and then write out to the outputStream setting its content type 
and length etc. It seems to work okay but when I look at the logs I am getting an 
IllegalStateException which says 'getOutputStream() has already been called for this 
response'.

I know that if a getWriter() call is made you cannot then call getOutputStream(). I 
have tried extending RawScreen implementing the doOutput and getContentType methods 
and I get the same thing. The problem is as far as the user sees it is working okay 
and I do not want to simply overlook this.

Can anyone help me with this one?


Rgrds
John


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.263 / Virus Database: 135 - Release Date: 6/22/2001

Reply via email to