I've a struts checkboxlist as
<s:checkboxlist list="{'Mon','Tue','Wed','Thur','Fri','Sat','Sun'}" name="processVO.weeklyCal" id="days" disabled="true"/>
But I'm not getting the id 'days' as I specified. id is showing like processVO.weeklyCal-1 upto processVO.weeklyCal-7 while I checked in page source. So I'm not able to write the jQuery function to enable/disable the checkboxlist using the id 'days'. How can I solve this? Pls help