I have a checkboxlist as
<s:checkboxlist list="{'Mon','Tue','Wed','Thur','fri','Sat','Sun'}"
name="modProcessVO.weeklyCal" id="days"/>
the object
" modProcessVO.weeklyCal"
have data as tue,fri,sat
My problem is that I am unable to check the checkbox of items of s:checkboxlist based on the data from the server.(that is" modProcessVO.weeklyCal")...