Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3251609 By: bib_lucene
Hi All In my jsp page, I have used Displaytag with export=true. The table is displayed with data. I get the export links under my table. But when I click on the csv/excel/xml link I get a blank page. I looked at the source of the jsp page displayed, the links look like this.. <a href="/myApp/user.jsp?6578706f7274=1&d-49653-e=1"><span class="export csv">CSV </span> Here is how my app works.... 1. A form is submitted. 2. Servlet gets the request. 3. ArrayList object is set in request scope. 4. Request Dispatcher forwards it to the display page. In the jsp page <display:table name="groups" defaultsort="1" export="true" defaultorder="ascending" class="simple" excludedParams="*"> Now I can see the table with data fine.. just can't see it in Excel/CSV/XML.... Any idea where I could be wrong... Thanks for help. Bib ______________________________________________________________________ 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=249317 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

