Struts2 preselected checkboxlist
问题 I have tried all the sollutions in similar cases that I found, but with no luck. My jsp. <s:checkboxlist list = "positionsMap" listKey = "%{key.toString()}" listValue = "%{value}" name = "selectedPositions" value = "positionName" label = "Position" /> positionsMap is a Hashmap with key positionId and value positionName . selectedPositions is a list filled with the prechecked positions. Tested with debugger and has the correct value taken from database. positions is a list with id and name. So