they have the same value.  thats not a bug, try this:

<cfform action="test.cfm" method="POST" format="XML" id="formname">

<cfformgroup type="horizontal" label="First choice:">
<cfinput type="Radio" name="fieldname_a" value="firstselection1" 
label="0" CHECKED>
<cfinput type="Radio" name="fieldname_a" value="secondselection1" label="1">
<cfinput type="Radio" name="fieldname_a" value="thirdselection1" label="2">
<cfinput type="Radio" name="fieldname_a" value="fourthselection1" label="3">
</cfformgroup>

<cfformgroup type="horizontal" label="Second choice:">
<cfinput type="Radio" name="fieldname_b" value="firstselection2" label="0">
<cfinput type="Radio" name="fieldname_b" value="secondselection2"  label="1">
<cfinput type="Radio" name="fieldname_b" value="thirdselection2"
label="2" CHECKED>
<cfinput type="Radio" name="fieldname_b" value="fourthselection2" label="3">
</cfformgroup>

</cfform>

On 2/2/06, Tony <[EMAIL PROTECTED]> wrote:
> one quick note, you do not need to use Checked="checked" simply CHECKED works.
>
> tw
>
> On 2/2/06, Wim <[EMAIL PROTECTED]> wrote:
> > How do I submit this to the CF team? Using the requests/bug form on the 
> > macromedia site? I have never had any reactions on the bugs I've submitted 
> > that way.
> >
> > -----Original message-----
> > From: "Brad Wood" [EMAIL PROTECTED]
> > Date: Thu,  2 Feb 2006 18:51:27 +0100
> > To: CF-Talk [email protected]
> > Subject: RE: Radio buttons do not get the correct value
> >
> > > Hmmm, interesting...  I noticed when viewing the source, that the first
> > > AND second radio of each group both have the checked="checked" in their
> > > tag.
> > >
> > > I think that is in fact a bug.  It works correctly for HTML and Flash
> > > forms.
> > >
> > > ~Brad
> > >
> > > -----Original Message-----
> > > From: Wim [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, February 02, 2006 11:26 AM
> > > To: CF-Talk
> > > Subject: Radio buttons do not get the correct value
> > >
> > > I'm working on an application with lots of radio buttons, and I think I
> > > have discovered a bug.
> > >
> > > Both rows have the SECOND radio button selected when executing the
> > > following script, even though the FIRST one needs to be selected in the
> > > second row. What am I doing wrong?
> > >
> > > The workaround is to make all values unique, but that's not what I want.
> > >
> > >
> > >
> >
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231178
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to