i resolved this senario by replacing JSP as
<s:iterator value="%{contentList}">
<input type='checkbox' name="selectedContents"
value='<s:property value="MMSContentId"/>'
<s:property value="CheckedValue"/>>
<s:property value="MMSContentName" />
</input>
</s:iterator>
<!--
<s:checkboxlist value="CheckedValue"
list="%{contentList}" listKey="MMSContentId"
listValue="MMSContentName" name="selectedContents">
</s:checkboxlist>
-->
--
View this message in context:
http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635741.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]