<?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: Bug: Cannot Clear Radio Button List Selection</title>
	<atom:link href="http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John C Cummins</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4743</link>
		<dc:creator>John C Cummins</dc:creator>
		<pubDate>Fri, 06 Aug 2010 17:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4743</guid>
		<description>Great tip that helped me on a form I was designing. Definitely saved me some time.</description>
		<content:encoded><![CDATA[<p>Great tip that helped me on a form I was designing. Definitely saved me some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4742</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 22 Feb 2010 04:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4742</guid>
		<description>Todd,

If you want users to select multiple buttons, you&#039;ll need to use checkboxes instead of radio buttons. Radio buttons are, by definition, mutually-exclusive (you may only select one amongst the entire group).</description>
		<content:encoded><![CDATA[<p>Todd,</p>
<p>If you want users to select multiple buttons, you&#8217;ll need to use checkboxes instead of radio buttons. Radio buttons are, by definition, mutually-exclusive (you may only select one amongst the entire group).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4741</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4741</guid>
		<description>Hi Stefan,

I like you blog, I am on here all the time trying to learn new things.

Instead of clearing the radio buttons how do you get it so you can select multiple buttons?  I tried using the script you have and make changes but its not working, can you please help?

Thank You
Todd</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>I like you blog, I am on here all the time trying to learn new things.</p>
<p>Instead of clearing the radio buttons how do you get it so you can select multiple buttons?  I tried using the script you have and make changes but its not working, can you please help?</p>
<p>Thank You<br />
Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardik</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4740</link>
		<dc:creator>hardik</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4740</guid>
		<description>Clear Radiobutton List Use This I clearly help you

radiobuttonlist.SelectedItem.Selected = false</description>
		<content:encoded><![CDATA[<p>Clear Radiobutton List Use This I clearly help you</p>
<p>radiobuttonlist.SelectedItem.Selected = false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Kuhlmann</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4739</link>
		<dc:creator>Rick Kuhlmann</dc:creator>
		<pubDate>Fri, 17 Oct 2008 20:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4739</guid>
		<description>Use the following script to clear exclusion groups:

RadioButtonGroup.rawValue = &quot;&quot;;

Rick Kuhlmann
Tech-Pro, Inc.</description>
		<content:encoded><![CDATA[<p>Use the following script to clear exclusion groups:</p>
<p>RadioButtonGroup.rawValue = &#8220;&#8221;;</p>
<p>Rick Kuhlmann<br />
Tech-Pro, Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Hraba</title>
		<link>http://forms.stefcameron.com/2008/10/09/bug-cannot-clear-radio-button-list-selection/#comment-4738</link>
		<dc:creator>Michal Hraba</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/?p=208#comment-4738</guid>
		<description>Hi Stefan,

it is possible to use a script
   MyRadioButtonList.rawValue = &#039;&#039;;

Michal</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>it is possible to use a script<br />
   MyRadioButtonList.rawValue = &#8221;;</p>
<p>Michal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

