<?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: Best Way to do Multiple Select Combo Boxes in Rails</title>
	<atom:link href="http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 16:57:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anil</title>
		<link>http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/comment-page-1/#comment-7582</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails#comment-7582</guid>
		<description>You can try the following, it works for me:
 &quot;multiple&quot;, :size =&gt; 5 ) %&gt;</description>
		<content:encoded><![CDATA[<p>You can try the following, it works for me:<br />
 &#8220;multiple&#8221;, :size =&gt; 5 ) %&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/comment-page-1/#comment-7518</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails#comment-7518</guid>
		<description>Nice article.It&#039;s really useful.</description>
		<content:encoded><![CDATA[<p>Nice article.It&#8217;s really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/comment-page-1/#comment-5798</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails#comment-5798</guid>
		<description>Nice article. There is another way for multiselect (for has_many and habtm relationships) though - showing two select boxes, one for all available options and one for the selected options, and the opportunity to move options from one select box to the other. I call this SwapSelect and it is described (incl. download) here: 
&lt;a href=&#039;http://trendwork.kmf.de/175&#039; rel=&quot;nofollow&quot;&gt;http://trendwork.kmf.de/175&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nice article. There is another way for multiselect (for has_many and habtm relationships) though &#8211; showing two select boxes, one for all available options and one for the selected options, and the opportunity to move options from one select box to the other. I call this SwapSelect and it is described (incl. download) here:<br />
<a href='http://trendwork.kmf.de/175' rel="nofollow">http://trendwork.kmf.de/175</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herb</title>
		<link>http://www.gilluminate.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails/comment-page-1/#comment-953</link>
		<dc:creator>Herb</dc:creator>
		<pubDate>Thu, 15 Feb 2007 23:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2007/02/15/best-way-to-do-multiple-select-combo-boxes-in-rails#comment-953</guid>
		<description>You should encompass that select tag with the if statement, otherwise you get nil.inject errors when @states_selected is called after the initial check. Helped me out though.</description>
		<content:encoded><![CDATA[<p>You should encompass that select tag with the if statement, otherwise you get nil.inject errors when @states_selected is called after the initial check. Helped me out though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
