Greeting Everyone,
I am using Jdeveloper 11.1.1.4 and I have to create a radio button using programmatic VO.
I have created on VO...i.e. EmployeeVO which is "Rows Popolated programmatically, not based on query" and In that i have created one transient attribute "name".
So i have to assign some static values to this attribute so that when I will drag it to jspx It will shows me the radio buttons.'
Can anyone suggest me how to acchieve this by aasigning the static value to the Transient variable how can we display it as radio buttons?
Thanks in advance