Re: Problem downloadin a excel file in jsp

2002-04-19 Thread Rajesh Nair
Hi I think the problem is that iPlanet will not allow u to open one more Output stream apart from the stream it is using for Jsp Out object. For Jsp the implicit Object "out " is using the output stream aready. So i think u can use a loop for checking whether the user has clicked the download

Re: Problem downloadin a excel file in jsp

2002-04-19 Thread Galbreath, Mark
Let's see your code.   Mark -Original Message-From: S Srinivas Nayak [mailto:[EMAIL PROTECTED]]Sent: Friday, April 19, 2002 5:15 AMTo: [EMAIL PROTECTED]Subject: Problem downloadin a excel file in jsp Hi all   I have a typical problem in downloading a excel file in jsp .