Hi,

I'm trying to use the 'Export Option' but it doesn't works properly.
I'm using the 1.0-b3 version.
I get the following error :

java.lang.IllegalStateException: can't clear response after writing headers at com.caucho.server.http.ResponseStream.clear(ResponseStream.java:209) at com.caucho.server.http.Response.reset(Response.java:1272) at com.caucho.server.http.Response.reset(Response.java:1254) at com.caucho.jsp.QJspWriter.clear(QJspWriter.java:235) at org.displaytag.tags.TableTag.writeExport(TableTag.java:1093) at org.displaytag.tags.TableTag.doExport(TableTag.java:1056) at org.displaytag.tags.TableTag.doEndTag(TableTag.java:935) at _base._fournisseurs._affiche_0tousles_0fournisseurs__jsp._jspService(_affiche_0tousles_0fournisseurs__jsp.java:168) at com.caucho.jsp.JavaPage.service(JavaPage.java:75) at com.caucho.jsp.Page.subservice(Page.java:506) at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182) at com.caucho.server.http.Invocation.service(Invocation.java:315) at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135) at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346) at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274) at com.caucho.server.TcpConnection.run(TcpConnection.java:139) at java.lang.Thread.run(Thread.java:536)

I've tried to change in the TableTag.java the out.clear() to out.clearBuffer(). I get no error, but it displays the results in the html page and not in excel..
I've tried to raise the buffer on the page like this <%@ page buffer="96" %>, but nothing changed.

Can somebody tell me how to fix it ?

Reply via email to