记录:s:iterator的一些使用(status,begin和end)
mark一段代码
[html] view plaincopy
<s:iterator id=”user” value=”#group.teammates” status=”st”>
<tr>
<s:if test=”#st.index % 4 == 0″>
<td><s:property value=”#st.index”/></td>
</s:if>
</tr>
</s:iterator>[......]