You can only have two states of a radio button, checked and unchcked (ture and false). 
 By nature all of them have to have the same name to be in the same "group" so 
basically you can number them and then check for the desired property (checked or not. 
 form.radiobutton[2].checked
Hope this helps

---------- Original Message ----------------------------------
From: DIGEST Anonymous <[EMAIL PROTECTED]>
Reply-To: A mailing list about Java Server Pages specification and
Date:         Wed, 23 May 2001 12:34:00 -0500

>You need to use something like
><td align="center"><INPUT TYPE="radio" NAME="row" VALUE="<%=
>customerList.getValueAt(r,0) %>"></td>
>in your JSP, and then pick it up in your servlet with
>code like:
>String row = req.getParameter("row");
>
>
>Miro
>
>
>
>                    "[Lelievre
>                    Frederic]"                  To:     [EMAIL PROTECTED]
>                    <flelievre.cs@CLEARS        cc:
>                    TREAM.COM>                  Subject:     Use <input type=radio>
>                    Sent by: A mailing
>                    list about Java
>                    Server Pages
>                    specification and
>                    reference
>                    <[EMAIL PROTECTED]
>                    un.com>
>
>
>                    04/17/2001 06:24 AM
>                    Please respond to A
>                    mailing list about
>                    Java Server Pages
>                    specification and
>                    reference
>
>
>
>
>
>
>Hi every body,
>
>when I use <input type="radio"> in my JSP, I have an error.
>How can I use this with the JSP and the Bean ?
>
>Please Help.
>Thank.
>> Fr�d�ric LELIEVRE
>> TTE -  (BA / F04 C024)
>>
>> *   +352-44992--2485
>> * [EMAIL PROTECTED]
>>
>
>
>Visit us at http://www.clearstream.com
>Check out current job vacancies at
>http://www.clearstream.com/public/english/e_vacs.htm
>
>IMPORTANT MESSAGE
>
>Internet communications are not secure and therefore Clearstream
>International does not
>accept legal responsibility for the contents of this message.
>
>The information contained in this e-mail is confidential and may be legally
>privileged. It is
>intended solely for the addressee. If you are not the intended recipient,
>any disclosure,
>copying, distribution or any action taken or omitted to be taken in
>reliance on it, is
>prohibited and may be unlawful. Any views expressed in this e-mail are
>those of the
>individual sender, except where the sender specifically states them to be
>the views of
>Clearstream International or of any of its affiliates or subsidiaries.
>
>END OF DISCLAIMER
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to