復(fù)選框的JSP頁(yè)面















注意的地方:
1: <form action="${ctx}/merchant/product.do?method=delete" name="outform" id="outform" method="post">
2: <ec:table ...... form="outform" >
3: <ec:column property="name" title="選擇" style="width:5px" filterable="false" width="5%" sortable="false">
<input type="checkbox" name="productID" value="${productForm.productId}"/>
</ec:column>
</form>