How to select one Radio button by default.
This is the code for Radio buttons,
When i run my application, "Button1" should be selected automatically.
<h:selectOneRadio required="true" >
<f:selectItem itemValue="Button1" itemLabel="Button1"/>
<f:selectItem itemValue="Button2" itemLabel="Button2" /> </h:selectOneRadio>
so, how to select one Radio button defaultly.
Thanks,
Vinutha.

