Hi - I am using displaytag v1.0 , and currently am trying to implement the exporting feature. I am working with Struts 1.2.8, and am also using Tiles for for display layout. 
 
 I am testing the excel export format. The problem is  the results (formatted output) replace the displaytag table within the .JSP page that contains it, and the export file dialog does not display. I am testing with the following displaytag.properties file:
 
export.types=excel
export.decorated=true
export.excel=true
export.csv=false
export.xml=false
export.pdf=false
export.excel.class=org.displaytag.export.ExcelView
export.excel.filename=billaccts.xls
 
Any assistance provided would be appreciated. I am planning to upgrade to 1.1, but cannot implement this at the moment.
 
Regards,
 
--Chris

Reply via email to