Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7075824 By: archanatiwari
Hi, In my JSP, I have a search button and based on the input, a list is returned to the same JSP and rendered in a table. When I click on the "Export" button, it returns to the same page but now the table data is no longer visible and the export feature also doesnt work. On the logs, I dont see any exception but I see this message - ExportDelegate, DEBUG, org.displaytag.filter.ExportDelegate: Filter is enabled but exported content has not been found. Maybe an error occurred? I am using Spring mvc with tiles. Per the documentation, I have added - ResponseOverrideFilter filter in my web.xml I have also added the requestURI to the same action to render this page - <display:table name="command.searchList" id="row" requestURI="/search.do" export="true"> The command object is in my request scope. The diplaytag.properties has the following entries - export.types=excel export.excel=true export.excel.class=org.displaytag.export.excel.DefaultHssfExportView Can anyone help? Where am I going wrong? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------------ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user