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.
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.