在jsp页面判断两个list的值是否相等,使用 <c:forEach>
<tableclass="list"align=center><%inti=0;intj=0;%><c:forEachitems="${productTypeInfo}"...
<table class="list" align=center >
<% int i=0; int j=0;%>
<c:forEach items="${productTypeInfo}" var="info">
<tr>
<td class="center">
<input type="checkbox" name="productid"
<c:forEach items="${productAssociateInfo}" var="proid" >
<c:if test="${info.productid==proid.productid }">
checked="checked"
</c:if>
</c:forEach>
value="${info.productid }" />
</td>
<td class="center" id="${info.productid}">${info.productname}</td>
<td class="center" id="${info.productid}">${info.partner_prd_code}</td>
</tr>
</c:forEach>
</table> 展开
<% int i=0; int j=0;%>
<c:forEach items="${productTypeInfo}" var="info">
<tr>
<td class="center">
<input type="checkbox" name="productid"
<c:forEach items="${productAssociateInfo}" var="proid" >
<c:if test="${info.productid==proid.productid }">
checked="checked"
</c:if>
</c:forEach>
value="${info.productid }" />
</td>
<td class="center" id="${info.productid}">${info.productname}</td>
<td class="center" id="${info.productid}">${info.partner_prd_code}</td>
</tr>
</c:forEach>
</table> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询