Thushar ashok

Greenhorn
+ Follow
since Dec 31, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Thushar ashok

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>
16 years ago
JSF