Code where i put the values back:
        map.put("districtIds", stringArr);
        where stringArr is an array of what the user selected.


-----> This is not the same as calling setDistrictIds. You need to call
setDistrictIds(stringArr) explicitly.

Reply via email to