Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017974Openbravo ERPA. Platformpublic2011-07-13 11:442022-02-01 08:08
malsasua 
Triage Platform Base 
highmajoralways
newopen 
20Community Appliance
 
 
Google Chrome
Core
No
0017974: the file name of report can not been customized
You can not customize the file name of jasper reports executed in aplication.
In the definition of report, the command
response.setHeader("Content-disposition", "attachment" + "; filename=myFileName.pdf");

does not work

. create a jasper report
. in the java file, add the next command:
response.setHeader("Content-disposition", "attachment" + "; filename=myFileName.pdf");
. compile
. run the report. The file name is not "myFileName.pdf"
No tags attached.
Issue History
2011-07-13 11:44malsasuaNew Issue
2011-07-13 11:44malsasuaAssigned To => alostale
2011-07-13 11:44malsasuaWeb browser => Google Chrome
2011-07-13 11:44malsasuaModules => Core
2011-07-13 11:44malsasuaIssue Monitored: networkb
2017-04-10 14:38alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.