bruno - 2006-02-27

I'm using the displaytag-library (displaytag-1.1.jar, displaytag-portlet-1.1.jar, portals-bridges-struts-1.2.7-1.0.jar, struts-1.2.8.jar) in a portlet
(Jetspeed-2, Apache Tomcat).
Displaying, sorting and paging works fine.

But the export links (all of them, csv, xml, pdf...) doesn't work. The export is directly redisplayed as text in the portlet. It doesn't open a new windows or the file save dialoge.

The ResponseOverrideFilter is definied in web.xml as followed:
<filter>
<filter-name>ResponseOverrideFilter</filter-name>
<filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>ResponseOverrideFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

Is there something special to do or has anybody a work around to solve this?

Thanks for helping
Bruno