标签:on type text struts2 value ie 标签 遍历
1、s:textfield的label可以设置显示的文字,但是不能嵌套调用s:property,这样可以解决
<s:textfield name="name" ><s:property value="#st.index+1"/></s:textfield>
2、s:iterator 遍历的序号
<s:iterator value="type.subs" status="st">
<s:textfield name="name" ><s:property value="#st.index+1"/></s:textfield>
</s:iterator>
Done
标签:on type text struts2 value ie 标签 遍历
原文地址:http://www.cnblogs.com/xingyyy/p/3918650.html