Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3944805
By: boly38

When i tried to export my array, i got this exception : 
Exception: [.TableTag] Unable to reset response before returning exported data.
You are not using an export filter. Be sure that no other jsp tags are used 
before display:table or refer to the displaytag documentation on how to 
configure the export filter (requires j2ee 1.3).
        at org.displaytag.tags.TableTag.writeExport(TableTag.java:1430)


I do the 2 following things and now the export run well :

* Specify the export filenames for each export format. For example :
 <display:setProperty name="export.pdf.filename"   value="funfile.pdf"/>
 <display:setProperty name="export.excel.filename" value="funfile.xls"/>

* Increase JSP Page cache (to avoid auto-flush from the servlet). For example :

 <%@ page buffer = "16kb" %>

Regards
Boly

______________________________________________________________________
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to