ADF - Synchronizing form with recursive tree
We have a recursive tree, and we need a table to be edited. The form needs to update on tree selection.
Firstly, I am am going to be using the HR schema and the Employees Table.
My Data Controls
Firstly I created the Tree on the page (With the Employees1 Data Control) this resulted in the following bindings:
My Data Controls
Data Controls, with employee Recursion |
Firstly I created the Tree on the page (With the Employees1 Data Control) this resulted in the following bindings:
Page Bindings - Tree |
Then I Created the Form on the Page (with EmployeesForm Data Control), this resulted in the following Bindings.
Page Bindings - Tree and Form |
EL EXpression Picker |
Then you are ready to go.
No comments:
Post a Comment