<s:iterator value="detectDetails"> <tr id='<s:property value="detectDetailDId" />' > <td > <input type="checkbox" name="detectDetailIds" value="<s:property value="detectDetailDId" />"/>" <s:set name="lb" value="detectDetailId" scope="request"/> <% if(request.getAttribute("lb")!=null) {%> DISABLED="disabled" <%} %> /> </td> <td >
</tr>
</s:iterator>
转载于:https://www.cnblogs.com/waiwai1015/p/4679175.html