Ok so I\'ve been trying to accomplish multiple selects in Spring MVC for a while and have had no luck.
Basically what I have is a Skill class:
public
You don't need the custom editors - this is all I do and it copies the values back and forth correctly:
Project class:- private Set resources;
This is how I add the data in the controller:
Set resources3 = new HashSet(); resources3.add("XX");