JSF SelectOneRadio Example
JSF SelectOneRadio Example @jsf #jsf @javaserverfaces #javaserverfaces
JSF SelectOneRadio Example
The JSF SelectOneRadio component displays a radio buttons in the browser. It allows user to select one value at a time. The <h:SelectOneRadio> renders the HTML table component with collection of <input type=”radio” /> buttons. Below is JSF and its corresponding HTML tag
 JSF <h:SelectOneRadio>:
 <h:selectOneRadio>
<f:selectItem itemLabel=“Blue” itemValue=“Blue” />
<f:s…
View On WordPress

















