In Javascript

-----Original Message-----
From: Andrew Robinson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 23, 2006 4:14 PM
To: MyFaces Discussion
Subject: Re: What is the best Ajax JSf framework to use?

In JavaScript or on the server?


On 8/23/06, Jaya Saluja <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I have added radio buttons to my application.
>
> Here's the code
>
>
>
> <h:selectOneRadio layout="pageDirection" >
>
>                 <f:selectItem itemValue="customers"
itemLabel="Customers"/>
>
>                 <f:selectItem itemValue="enabled_customers"
> itemLabel="Enabled Customers" />
>
>                 <f:selectItem itemValue="disabled_customers"
> itemLabel="Disabled Customers"/>
>
>  </h:selectOneRadio>
>
>
>
> How do I know which radio button is selected?
>
>
>
> Thanks,
>
> Jaya

Reply via email to