You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by sajidbigler <sa...@gmail.com> on 2009/03/21 13:56:55 UTC

Re: s:checkboxlist is there a way to do checked/unchecked

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org