Hi all, I am trying to export a PDF file but I am not able to add the "pdf label" to the table's footer, therefore I can't export the pdf document!!!
I coded my PdfView class (that inherits from BynaryExportView) and added the following lines to displaytag.properties: export.types= xml excel csv pdf [...] export.pdf.enabled=true export.pdf=true export.pdf.label=PDF export.pdf.class=org.displaytag.export.PdfView export.pdf.include_header=true export.pdf.filename=myFile.pdf Moreover, I have in my WEB-INF/lib the iText jar (version 1.2). Where is the problem ?? Thanks in advance, Domenico ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

