I have a html form which has a dynamic amount of checkboxes in it. How do I post开发者_开发技巧 these checkboxes as an array, and how do I recieve them in my spring 3 controller?
You can check this tutorial for a similar implementation. One of the key solution described in the blog is the use of Apache Commons LazyList.
精彩评论