The following works for me:

<html:radio property="level" value="0"/>
<html:radio property="level" value="1"/>

This assumes that you have a String property named 'level' in your form
bean.

--
Martin Cooper


----- Original Message -----
From: "Steven Leija" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 24, 2001 9:55 AM
Subject: Radio Buttons


> Hello All,
>
> I'm confused on the usage of the Radio Buttons.  I have simply have two
> <html:radio> tags defined.  Each have the same property and of course,
their
> values are different.  But when my form bean is populated upon submit, the
> values are not read in.  I changed the values of the radio button and when
I
> submitted, they both worked.  Is there something I should be doing to get
a
> group of radio buttons and pull the value of the selected button?
>
> Any examples would be appreciated!
>
> Thanks and have a good one.
>
> Steven



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to