Re: Download a file from jsp

2006-06-19 Thread David Delbecq
Hi, after a quick lookup, there doesn't seem to be any mistake with your code. Either it's a problem with the jsp, either it's related to database. Anyway, you might want to change this // end try catch(Exception ex) { return false; } Generic catching of except

Download a file from jsp

2006-06-19 Thread password password
Hi, I have a jsp where I show a table. I am trying to download this jsp like excel file. To do this I put I get the information from a servlet and send this information in an attribute to the jsp It works fine if I use only one browser. The problem is when I try to do this but from

Download a file from jsp

2006-06-19 Thread password password
Hi, I have a jsp where I show a table. I am trying to download this jsp like excel file. To do this I put I get the information from a servlet and send this information in an attribute to the jsp It works fine if I use only one browser. The problem is when I try to do this but from

Download a file from jsp

2006-06-19 Thread password password
Hi, I have a jsp where I show a table. I am trying to download this jsp like excel file. To do this I put I get the information from a servlet and send this information in an attribute to the jsp It works fine if I use only one browser. The problem is when I try to do this but from