怎样给struts的property标签传递动态参数啊,像这样怎么不行啊
/s:iterator现在要动态的传递红色部分,但是值取不出来,怎么办 啊。
用iterator标签遍历
Struts2 使用ognl,标签里不能用<%= xxx %>你试试%{#propertys[1]}
或者${propertys[1]}
[color=red]propertys[1][/color] 是什么?
(#session. #application.类似)
试试上面两种