Hi Everyone,
I am new to ADF BC and trying to learn EO,VO and AM.
I am using Jdeveloper 11.1.1.4 and I am trying to featch the particular column from the table into select one choice.
e.g. I have created EMPLOYEE table with fields First_Name,Last_Name,Emp_Id(PK). and in my jspx page i need only selectonechoice showing the values of First_Name only.
Can anyone tell me proper way to approach the things, so that I will get clear picture about these components? Even if I want to change my dropdown list to Last_Name, It should be work.
Thanks in advance.