Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
-
None
-
JDK 1.5.0_10 / Tomcat 5.5.26
Description
On JSP pages with struts2 tags there are many chunks in servlet stream because of unnecessary flushing.
A special wrapping mechanism for writer (existing in FreemarkerTemplateEngine class) don't worked.
BodyContent class extends JspWriter class and writer realization org.apache.jasper.runtime.JspWriterImpl returning from template context extends JspWriter too. Therefore, calling of method isAssignableFrom always returns false.
May be rewrite code as:
bodyContent.getSuperclass().isAssignableFrom(writer.getClass()) ?
Attachments
Issue Links
- duplicates
-
WW-2246 Impossible to use custom jsp taglibs inside custom FM template tags
- Closed