<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts2 &#8211; checkbox tag example, check box example</title>
	<atom:link href="http://www.easywayserver.com/blog/struts2-checkbox-tag-example-check-box-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/struts2-checkbox-tag-example-check-box-example/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OSAMA</title>
		<link>http://www.easywayserver.com/blog/struts2-checkbox-tag-example-check-box-example/comment-page-1/#comment-23597</link>
		<dc:creator>OSAMA</dc:creator>
		<pubDate>Sat, 30 Jul 2011 08:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=510#comment-23597</guid>
		<description>I found the answer,

I used a Map&lt;key,value&gt; to hold the list of selected checkboxes, example:

in the action we declare:
HashMap selected = new HashMap();

in the function we put:
selected.put(&quot;1&quot;, &quot;1&quot;);
selected.put(&quot;3&quot;, &quot;3&quot;);</description>
		<content:encoded><![CDATA[<p>I found the answer,</p>
<p>I used a Map&lt;key,value&gt; to hold the list of selected checkboxes, example:</p>
<p>in the action we declare:<br />
HashMap selected = new HashMap();</p>
<p>in the function we put:<br />
selected.put(&#8221;1&#8243;, &#8220;1&#8243;);<br />
selected.put(&#8221;3&#8243;, &#8220;3&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSAMA</title>
		<link>http://www.easywayserver.com/blog/struts2-checkbox-tag-example-check-box-example/comment-page-1/#comment-23594</link>
		<dc:creator>OSAMA</dc:creator>
		<pubDate>Sat, 30 Jul 2011 08:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=510#comment-23594</guid>
		<description>How can I make more than one checkbox selected, i tried to seperate them by comma like:
value=&#039;2,3&#039;

but didn&#039;t work, it selected only the checkbox with id 3

Regards</description>
		<content:encoded><![CDATA[<p>How can I make more than one checkbox selected, i tried to seperate them by comma like:<br />
value=&#8217;2,3&#8242;</p>
<p>but didn&#8217;t work, it selected only the checkbox with id 3</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

