Greeting Everyone,
I am using Jdeveloper 11.1.1.4 and facing the problem using Radio Button.
My requirment is described below,
In my Jspx i have to create two radio buttons Dynamically. e.g. firstname and lastname .(i have to create it dynamically using VO, what can I need to do to create radio buttons using VO?)
On the selection Of 1st radio button i.e. firstname, i have to display the table which contains the value related to that radio button selection.
How can i achieve this by use of VO's only. because everythings need to be in dynamic.
Please suggest.
Thanks in advance