checked="checked"
/>
<%--checkbox的结尾--%>
bookList是action中的List
bookIds是action中的Integer[]属性,某个人已经选的书
注意:checkbox标签中的属性value只能是true或者false,表示是否选中;fieldValue属性才表示html中的value
list="#request.booList
listKey="bookId"
listValue="bookName"/>
id="book">
type="checkbox"
name="bookIds"
value="${book.id}"
id="id">
checked="checked"
/>
<%--checkbox的结尾--%>
bookList是action中的List
bookIds是action中的Integer[]属性,某个人已经选的书