| Author |
How to make one of the Radio button default selected
|
Thushar ashok
Greenhorn
Joined: Dec 31, 2008
Posts: 1
|
|
How to make one of the Radio button "default selected" in jsf when the page is rendered. I am using h:selectOneRadio tag. <h:selectOneRadio id="PageStyle" value="#{StyleBean.styleType}" > <f:selectItem id="sa_id" itemValue="0" itemLabel="Style1" /> <f:selectItem id="wl_id" itemValue="1" itemLabel="Style2" /> <f:selectItem id="ot_id" itemValue="2" itemLabel="Style2" /> </h:selectOneRadio>
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2551
|
|
"thushar" please check your private messages for an important administrative matter. You can see them by clicking the My Private Messages link above. And welcome to Javaranch
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
Ketan Jambhekar
Ranch Hand
Joined: Mar 26, 2007
Posts: 37
|
|
Hi, Set the value of variable styleType as 0,1,or 2 whichever you want as default. Thanks Ketan.
|
 |
 |
|
|
subject: How to make one of the Radio button default selected
|
|
|