JAVA备忘录
复选框的JSP页面
注意的地方: 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>
Powered by: BlogJava Copyright © 蒋德