当前位置: 代码迷 >> J2EE >> struts2 调用OGNL表达式使用方法(EL废弃)解决思路
  详细解决方案

struts2 调用OGNL表达式使用方法(EL废弃)解决思路

热度:125   发布时间:2016-04-22 02:54:10.0
struts2 调用OGNL表达式使用方法(EL废弃)
<s:if test=${my:hasPermission(user.id,'person',3)}>
  <a href="#" onclick="del('per!delete?perInfo.id=<s:property value="id"/>');">删除</a>  
</s:if>

据说struts2不兼容EL,需要用ognl表达式,但是我不知道如何使用,请教高手给段代码。
 <s:if test=${my:hasPermission(user.id,'person',3)}>总是出错,报错:quote symbol expected
hasPermission单元测试没错,请教。

------解决方案--------------------
el多好啊,ognl用著忒不爽

el+jstl相當好使
------解决方案--------------------
el+jstl相當好使
------解决方案--------------------
el + jstl 那是相当有舒畅
  相关解决方案