如何在struts 1.x中使表行可单击

时间:2014-04-10 12:35:11

标签: java jsp struts-1

我对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语句

0 个答案:

没有答案