Export function doesn't work properly when the jsp with displaytag table is included by another jsp via <jsp:include .. /> instead of <%@ include ... %>.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Export function doesn't work properly when the jsp with displaytag table is included by another jsp via <jsp:include .. /> instead of <%@ include ... %>.
Definitely, the runtime include puts you in the situation where you need the "ResponseOverrideFilter".
See the documentation, about enabling the "ResponseOverrideFilter".
Thanks a lot! That really helps.
It is explained in the document. But will preventing response to be flushed have any impact on the application?
Many thanks!
It breaks on WebLogic server, because WebLogic does weird things that violate servlet specs.