RE: problem streaming file to browser

2002-12-30 Thread Srinivas Sampige
block until the pdf-generation has been finished. the pdf-generation action could set an attribute in session scope which the info-action periodically polls. when it finds the attribute, it returns the look at window b-forward. but i have absolutely no idea, if this works... sven Srinivas Sampige

problem streaming file to browser

2002-12-27 Thread Srinivas Sampige
Hi I havene an action in which I am streaming a PDF file to the browser. I am doing that by doing a response.getOutputStream() in the action and writing to the resulting ServletOutputStream. The first time it works fine, the PDF appears on the browser but with an illegal state exception on the

RE: problem streaming file to browser

2002-12-27 Thread Srinivas Sampige
Qin This Guy Thinks He Knows Everything -Original Message- From: Srinivas Sampige [mailto:[EMAIL PROTECTED]] Sent: December 27, 2002 2:39 PM To: [EMAIL PROTECTED] Subject: problem streaming file to browser Hi I havene an action in which I am streaming a PDF file to the browser. I am