<#assign s=JspTaglibs["/WEB-INF/struts-tags.tld"]>
<@s.action name="test" executeResult=true/>
出现
java.lang.IllegalStateException:
Cannot create a session after the response has been committed
难道因为FreeMarker是静态所以include的时候关闭了流?
求解.
[b]问题补充:[/b]
Cannot create a session after the response has been committed
这个错误就已经很能说明问题了
lovewhzlq (资深架构师) 2009-06-17
我也知道是什么错误,同样的标签为什么在jsp就可以使用?
难道应为FreeMarker是静态的关系?
JspSupportServlet
org.apache.struts2.views.JspSupportServlet
1
ywbanm (高级程序员) 2009-06-17
配了