I'm facing two problems when exporting list into pdf and excel format thru displaytag
1) export.pdf.class=org.displaytag.export.DefaultPdfExportView
when i setting this configuration in displaytag.properties file, caption and footer is coming, but i'm not able to export whole list, only data showing on page is exported.
In this case, i set export.amount=list.......but it's not working
2) export.pdf.class=org.displaytag.export.PdfView
when i setting this configuration in displaytag.properties file, caption and footer is not coming, but i'm able to export whole list.
--------> same for excel format.
i'm using displaytag-1.2 jar or displaytag-1.1.1 jar
I need all Caption, Footer and Whole list of data at the export time
plz anyone help me to sort out this problem ASAP...