Hi All,
It is regarding <form:checkboxes> / <form:checkbox> where I have an issue.
In my page i have multiple checkboxes.
I retrieve the list to display the list of checkboxes (using <form:checkboxes items="${mylist} path="info">).
I have a list like,
Now, here I have a list of objects to which I need to bind the value, how do I bind a particular checkbox to an object, in which I have the property?List<prop> info = new ArrayList<prop>(0);
I tried binding the property but it does not bind.
Please give suggestions?
Regards,
DeepEdward


Reply With Quote