Topic: 使用Struts的logic标签,遍历List时使用indeId来自动输出序号并加一

  Print this page

1.使用Struts的logic标签,遍历List时使用indeId来自动输出序号并加一 Copy to clipboard
Posted by: YuLimin
Posted on: 2005-03-28 17:16

使用Struts的logic标签,遍历List时使用indeId来自动输出序号并加一
例子如下:

<table>
  <tr>
    <td>序号</td>
    <td>姓名</td>
    ...
  </tr>
<logic:present name="targetbean">
  <logic:iterate name='helperbean' id='helperbean' type='net.echochina.HelperBean' scope='request' indexId="index">
  <tr>
    <td><%= index.intValue() + 1 %></td>
    <td><bean:write name='helperbean' property='name' /></td>
    .....
  </tr>
  </logic:iterate>
</logic:present>
</table>

2.Re:使用Struts的logic标签,遍历List时使用indeId来自动输出序号并加一 [Re: YuLimin] Copy to clipboard
Posted by: hcom
Posted on: 2005-04-01 21:50

good!! 谢谢

3.Re:使用Struts的logic标签,遍历List时使用indeId来自动输出序号并加一 [Re: YuLimin] Copy to clipboard
Posted by: feng
Posted on: 2005-04-06 17:55

谢谢了


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923