create and download the Zip file java
问题 In my application there are no of documents(pdf) for a particular tender. I need to create a zip file from those pdf files and allow user to download it. Application is done in JavaEE with struts and mysql. when user clicks the download button this action class gets called. The code does not give any exceptions but it does not prompt user to download anything either. Please help me find what is wrong in the code. Following is the source code of my action class.. public class ActDownloadDocZip