首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

禁用EL步骤

2012-10-05 
禁用EL方法禁用EL方法:1、\${expression}2、%@page isELIgnoredtrue|false%3、web.xml中jsp-configjs

禁用EL方法
禁用EL方法:
1、\${expression}
2、<%@page isELIgnored="true|false"%>
3、web.xml中
     <jsp-config>
         <jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-ignored>true</el-ignored>
</jsp-property-group>
</jsp-config>

热点排行