如果每一行是一个Book,就是
name="bookList[#index#].bookId"
name="bookList[#index#].bookName"
name="bookList[#index#].bookPrice"
后台Action中定义一个bookList<Book>,给get和set方法
book{
bookId
bookName
BookPrice
get和set方法
}
如果每一行是一个Book,就是
name="bookList[#index#].bookId"
name="bookList[#index#].bookName"
name="bookList[#index#].bookPrice"
后台Action中定义一个bookList<Book>,给get和set方法
book{
bookId
bookName
BookPrice
get和set方法
}