> response.setContentType("application/zip");
> response.setHeader("Content-Disposition", "attachment; filename=" +
> zipFileName);
> response.setContentLength((int)tempCSVFile.length());
> BufferedInputStream bufferedInput = new BufferedInputStream(new
> FileInputStream(tempCSVFile));
> BufferedOu
horshaq can you provide some details. I just spent four hours! on just
getting a simple validation going!... But perhaps I can help you.
- Original Message -
From: "horshaq" <[EMAIL PROTECTED]>
To:
Sent: Thursday, October 13, 2005 9:39 PM
Subject: Re: not working when s
Thanks for responding.
>From you action after setting the headers and I assume you also >write the Zip
>file contents to the OutputStream how are you going >back to the JSP.
Yes, i do the following:
response.setContentType("application/zip");
response.setHeader("Content-Disposition", "attachme
> file along with any errors in creating the csv files. I'm finding that my
> ActionErrors do not get returned to my .jsp file after calling the setHeader
> method and changing the header. Does anyone have any suggests on how to best
> to return errors to the user keeping in mind I already have a
Nobody?
I've searched the web for the past few hours and can't seem to find anything
related this topic. I can't be the only one to have this problem occur.
I should also mention that i've try using as well and they
don't show up either.
Someone must know the answer, please speak up if you d
5 matches
Mail list logo