I have a
JSF page where I select an entry from a pull down menu in order to generate a report. The backing bean generates the report. I would then like to send the report to the user in the form of a zip file.
How can I get the zip file to the user? Can this be done without actually writing the zip file to disk as an intermediate step?
Thank you.