如何将复选框数组发布到 Spring 3 MVC 控制器?
我有一个 html 表单,其中有动态数量的复选框。如何将这些复选框作为数组发布,以及如何在 spring 3 控制器中接收它们?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看此教程以获取类似的实现。博客中描述的关键解决方案之一是使用 Apache Commons LazyList。
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.