当前位置: 代码迷 >> J2EE >> struts2 ognl %{}取值 奇怪的有关问题,求解决
  详细解决方案

struts2 ognl %{}取值 奇怪的有关问题,求解决

热度:511   发布时间:2016-04-21 23:18:02.0
struts2 ognl %{}取值 奇怪的问题,求解决
jsp页面


访问后页面源码


<s:property value="did"/>能得到值,但%{did}就直接失效了。
后面的地址应该为
/jiemo/departmentAction_deleteDepartment?did=3

我在其它模块的jsp页面同样的方法没问题啊!谢谢
struts2 java java?ee java?web ognl

------解决方案--------------------
你的图挂了。。。
------解决方案--------------------
应该是%{#did}或者直接{#id}
------解决方案--------------------
<s:property value="#parameters.did"/>
楼主这样写试试。
------解决方案--------------------
引用:
应该是%{#did}或者直接{#id}

感觉#号没必要
  相关解决方案