Relative Content

Tag Archive for javajsp

Content Disposition break the JSP Request

I am working on adding functionality download functionality to a Java app using JSP and Struts 1.2.9 for UI.
Basically, I am fetching a list of data from the DB and then generate a CSV file from the data.
Currently, I have mapped a new UI button to a new Struts action. The download action class does the following: