|
Jorge;
Thanks for the response. Following your suggestion, I did get the caption to display, but another issue has now surfaced. Before, when using the org.displaytag.export.ExcelView, I got the entire list of data (which is displayed in a multi-page format), which is indeed what I want. Now, though I do get the caption in the export, I now only get the first page of the data in the list. I went back to the .JSP page and added the export.amount property, setting it to 'list' in a setProperty tag on the table (even though 'list' is supposed to be the default). Still, I get only the first page, and not the full data list. Any thoughts on how to get this to work?
Thanks and regards,
--Chris
>>> [EMAIL PROTECTED] 5/22/2006 12:57:27 PM >>> The problem is the export view you've configured. org.displaytag.export.ExcelView doesn't write captions or footers. Use org.displaytag.export.excel.DefaultHssfExportView instead. -Jorge Christopher Becker <[EMAIL PROTECTED]> wrote:
Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! Messenger with Voice |
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

