Multiple Radio button

"YCC" <[email protected]> Thu, 8 Aug 2002 08:55:41 +0800
Newsgroups gmane.comp.web.viewml.devel
Message-ID <[email protected]>
Hi, there:
    Anybody knows how to solve the issue about Raido button?

<FORM action="test.htm" method="POST">
  <INPUT type=radio name=A value=1 checked> 1
  <INPUT type=radio name=A value=2> 2 <p>
  <INPUT type=radio name=B value=3> 3
  <INPUT type=radio name=B value=4 checked> 4 <p>
</FORM>

As above, it will produce 4 radio button, but they belong 2 groups. In
general, 1 and 2 are one group, only can choose one at the same time in this
group. It's the same as 3 and 4. {1,2} and {3,4} are two separated groups.
But the behavior in ViewML is, 1, 2, 3, and 4 only can be chosen one at the
same time, all is the same group? Seems not related to "name". Any updated
patch to solve it? Thanks a lot.





#############################################################
This message is sent to you because you are subscribed to
  the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to  <[email protected]>