2015-07-13
展开全部
jsp页面用c:foreach遍历数据库查询出来的list, 然后生成一行数据, 更新按钮是都调用同样一个js方法做更新处理, 只是方法需要传入参数, 参数就是你遍历的值, 每条数据的这个值都是不一样的, 就可以拿到后台做更新处理.
demo:
<c:forEach items="${requestScope.resultList}" var="o" varStatus="index">
<tr>
<td>${index.count}</td>
<td><a href="javascript:void(0);" onclick="showEdit('${o.id}')">编辑</td>
</tr>
</c:forEach>
demo:
<c:forEach items="${requestScope.resultList}" var="o" varStatus="index">
<tr>
<td>${index.count}</td>
<td><a href="javascript:void(0);" onclick="showEdit('${o.id}')">编辑</td>
</tr>
</c:forEach>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询