Re: ServletOutputStream Closed while downloading xls stream in GWT

2009-09-03 Thread Srinivas U
Hi Vijjj, I have the same issue. When we try to open Excel file using GWT Window.open(excel.jsp, _blank, ); its opening the file for a second and its closing automatically. Did you get any solution for this issue? On Aug 24, 3:48 am, vijjj victorjoy...@gmail.com wrote: Hi Sin-Kang, Thanks

Re: ServletOutputStream Closed while downloading xls stream in GWT

2009-08-24 Thread vijjj
Any pointers to solve this issue would be appreciated. If my above post found to be cumbersome, here is what I am trying to do. Create an Excel sheet from the server side and display/save as in the the browser. I understand there are some restriction in sending the stream through the GWT rpc

Re: ServletOutputStream Closed while downloading xls stream in GWT

2009-08-24 Thread sin kang
Sin-Kang(강신) +82-10-6638-7878 +44-78555-49312 On Mon, Aug 24, 2009 at 3:29 PM, vijjj victorjoy...@gmail.com wrote: Any pointers to solve this issue would be appreciated. If my above post found to be cumbersome, here is what I am trying to do. Create an Excel sheet from the server side

Re: ServletOutputStream Closed while downloading xls stream in GWT

2009-08-24 Thread vijjj
Hi Sin-Kang, Thanks for the reply. May be I may have to do something like that. But having to deploy a separate server just to download a file seems far stretched. There must be a way out to solve this with the current set up. Looking for solutions or a work around. Are there any client based

ServletOutputStream Closed while downloading xls stream in GWT

2009-08-21 Thread vijjj
I have a simple servlet in my GWT application that creates a Excel sheet (Using JXL library) and writes the outputstream to the response. But this ends up in the following exception. The result is same when I use Window.open/RequestBuilder and even when I do form submit. I am using GWT/Apps