当前位置: 代码迷 >> J2EE >> struts2跟OGNL 参数之间传递
  详细解决方案

struts2跟OGNL 参数之间传递

热度:21   发布时间:2016-04-21 23:04:57.0
struts2和OGNL 参数之间传递
containEntity是action中一个实体,paramsMap是containEntity实体的一个map集合,port是map集合中一个参数key,下面是什么意思 ?是获取map的值么?怎么不对。

<s:property value="containerEntity.paramsMap['port']" />
sturts2?ONGL

------解决方案--------------------
貌似回答错了,
你可以搜索下sturts2标签
⑧根据key访问Map中的元素

<s:property value="mapName.username"/>

<s:property value="mapName['username']"/>

给你找了个链接
http://my.oschina.net/sunfei/blog/37927
  相关解决方案