posted 9 years ago
Hi there, I'm stuck for 2 days trying to load a checkbox value, from the Action Form.
I need to delete all the selected items from an ArrayList<Person>, so I iterate this list, and put a checkbox before each item.
But when I click the button to delete the selected items, the Action Form reads the ArrayList, but the checkbox field is still empty. I'm clueless and I appreciate any help.
Here is the code:
The Checkbox:
The full code:
That's the verification I'm trying to do:
Here is the ValidateUserListAction :
The class Person is huge, but it has:
Here is the ValidateUserListForm :
And that's the code for struts-config.xml
What I am missing?
Thanks!