can some one help me in defaulting "selectOneRadio" in Oralce Adf. I need to select one radio buttion on load of page.
any ideas??
thanks chandra.
Josh Juneau
Ranch Hand
Joined: Jun 16, 2004
Posts: 86
posted
0
You may wish to try the selectBooleanRadio. I've used Oracle ADF components many times in the past, but never used the radio buttons unfortunately. However, the selectBooleanRadio looks like what you need:
If you have a property in a backing bean associated to the radio button, you can set a default value in the backing bean and when the page loads, it will be selected by default.
siva shankar l
Greenhorn
Joined: Jul 14, 2011
Posts: 2
posted
0
Chandrasekhar kotha wrote:Hi
can some one help me in defaulting "selectOneRadio" in Oralce Adf. I need to select one radio buttion on load of page.
any ideas??
thanks
chandra.
hi Chandrasekhar
you can use the fallowing code to get selectOneRadio in Oracle ADF