ADF Bindings, Part 2Independent PracticeOverview In this independent practice, you test yourself by building an application that accesses the ADF binding layer from Java. Task For this practice, create a page that includes:
Hint Your code should be in a single method in a backing bean. You need to access an action binding for the commit and an action binding to call ExecuteWithParams to execute a where clause or view criteria to filter the data. Remember, you will need to pass in the departmentID of the newly created employee. Finally you need to refresh the table UI component. Solution Click here to watch Frank Nimphius walk you through a solution. Time to Complete: 1 hour |