PDF export does not export the full list even though it has been configured to do so ------------------------------------------------------------------------------------
Key: DISPL-665 URL: http://jira.codehaus.org/browse/DISPL-665 Project: DisplayTag Issue Type: Bug Components: Configuration Affects Versions: 1.2 Reporter: Pablo Martin Balmaceda In displaytag.properties, I have ------------------------------------------------------------------------------------------ export.amount=list ... export.pdf=true export.pdf.include_header=true export.pdf.filename=statement.pdf export.pdf.export_amount=list export.pdf.class=org.displaytag.export.DefaultPdfExportView ------------------------------------------------------------------------------------------ And in the jsp page ------------------------------------------------------------------------------------------ ... <display:table name="StudentActionForm.statementTransactionList" requestURI="/student.do" export="true" class="infoDisplay" pagesize="${pageSize}"> <display:caption media="csv xml excel pdf"> Statement for ${sessionScope.userName} ${sessionScope.userSurname} (ID number ${sessionScope.userIdNumber}) Year: <bean:write name="StudentActionForm" property="specificStatementYear" />, Pocket: <bean:write name="StudentActionForm" property="specificStatementPocket" /> Date pulled: <fmt:formatDate value="${now}" pattern="yyyy-MM-dd hh:mm:ss" /> </display:caption> <display:column property="description" title="Description" class="infoDisplay" headerClass="infoDisplay" /> <display:column property="merchantName" title="Merchant" class="infoDisplay" headerClass="infoDisplay" /> <display:column property="invoiceNumber" title="Invoice Number" class="infoDisplay" headerClass="infoDisplay" /> <display:column property="date" title="Date" class="infoDisplay" headerClass="infoDisplay" /> <display:column property="amount" title="Amount" class="infoDisplay" headerClass="infoDisplay" /> <display:column property="balance" title="Balance" class="infoDisplay" headerClass="infoDisplay" /> </display:table> ------------------------------------------------------------------------------------------ And yet when I export PDF it only contains one page of information Thank you -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel