Hi,

I had this problem, and I fixed it by allocating a buffer in the jsp as
follows:
<%@ page buffer="xkb" %>

x is the buffer size in kb.  I had to experiment with the right buffer size.
48 worked for me.

NBirch

-----Original Message-----
From: Ravi Mre [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 1:49 PM
To: [EMAIL PROTECTED]
Subject: [displaytag-user] Problem with Export


Hi,
        I have some problems with getting the export
feature of the display tag working on a JSP with
additional form controls like select/text. The env I
am using Struts 1.0 with Tomcat 4.1. The JSP page
allows users to set search criteria using select/text
controls and I am using the display tag to format
(pagination/export) the search results based on the
criteria user has selected. The search criteria
controls are always displayed on the JSP along with
the results table. The pagination is working fine
without any problems,. But when I click on
the URL Export to Excel/CSV I get error -

javax.servlet.ServletException: Error: Attempt to
clear a buffer that's already been flushed.
......................

The export work fine if I remove all the controls. Is
there anything I am doing wrong?

Thanks
- Kalyan

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to