Webwork部分OGNL标签在GlassFish上的异常的问题 博客分类: 默认类别 WebworkGlassfishJSPWebXML
程序员文章站
2024-03-21 09:12:16
...
http://wiki.opensymphony.com/display/WW/Some+container+complains+about+OGNL+expression+while+parsing+my+jsp+page
web.xml中加入:
web.xml中加入:
<jsp-config> <jsp-property-group> <url-pattern>*.jsp</url-pattern> <el-ignored>true</el-ignored> </jsp-property-group> </jsp-config>