Hi, I am trying to use "export='true'" attribute in <display:table> tag in my code like below:
<display:table name="selectedProjectList" export="true" scope="session" pagesize="20"> and it does display the line Export options: CVS | Excel | XML. But when I click on any of the above hyperlink to get the table exported in CVS/Excel/XML form, on browser, I am getting below exception: java.io.IOException: JSPG0083E: Error: Attempt to clear a buffer that's already been flushed Can somebody tell me what the reason is? and how can I fix it? Thanks Jasmin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

