OGNL遍历 数组中的数组

来源:互联网 发布:java 5-7天岗前培训 编辑:程序博客网 时间:2024/06/06 09:07

<s:iterator value="userBaseList" status="st" >     
        <tr>
            <td class="left_title_2">
            <s:property value="%{userBaseList[#st.index][0].username}"/>
            <s:property value="%{userBaseList[#st.index][1].groupName}"/>