我对struts不熟悉。我的问题是"如何使表行可单击并获取动作类中的索引
目前我有
<logic:iterate id="LIST" name="LIST" >
<table>
<tr>
<td> <bean:write name="LIST" property="details"/></td>
<td> <bean:write name="LIST" property="name"/></td>
<td> <bean:write name="LIST" property="id"/></td>
</tr>
</table>
</logic:iterate>
注意:我不想在jsp中使用java语句