Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

LOV drop down problem when inserting data

3265832Sep 8 2016 — edited Sep 13 2016

Hi everyone, I have two entities, to simplify it I'll call them Employees and Person. In Employees I have an EmpID that is connected to Person also through EmpID. Now I've put an editable table on my ADF page that shows employees but I'd like to have a dropdown list of values containing names from Person table inside my Employees Table. So I go to my Data Controls, inside Person view and select Name and drag it to Column in Employees. Then I select single selection -> adf select single choice and set my base data source to be Employees, set my list data source to be person and map them to use EmpID in both tables, and Display attribute the name from person table. When I do that every single row in my table is the same name, although the IDs are different. What am I doing wrong ? Thank you.

This post has been answered by Ao Bie on Sep 8 2016
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 11 2016
Added on Sep 8 2016
5 comments
452 views