| Author |
Spring MVC checkbox issue
|
sachin yadav
Ranch Hand
Joined: Nov 24, 2005
Posts: 156
|
|
I have an array of checkbox which are rendered on the JSP. Checkbox works just fine but when i post the JSP on controller i am not getting just those checkbox which are clicked but all along with bind path variable which is always false, while it should be true if checked. Due to this i am not able to figure out which box were checked and which were unchecked on the page. Here is my JSP -
Page model attribute is mainVO which contains sizeVO list. SizeVo has properties like id, name, price ect. In controller if i print i am getting following
I want only those checkboxes to bind which are checked, not all of them.
|
 |
 |
|
|
subject: Spring MVC checkbox issue
|
|
|