Thursday, August 9, 2007

JDev/ADF sample - Three Dependent List Boxes in af:table Component

  • Three Dependent List Boxes in af:table Component. You may already have read Frank Nimphius blog post - ADF Faces: How-to create dependent list boxes in a table. Frank describes in his blog how two dependent list boxes can be implemented in af:table component. He implements dependency between Departments and Employees from standard HR schema. My implemented sample application is based on standard HR schema, also the same additional table as in Frank sample is used - VACATIONREQUESTS. However, table is updated with LOCATION_ID column and foreign key is created that references LOCATIONS table. I have implemented dependency between LOCATIONS, DEPARTMENTS and EMPLOYEES tables from HR schema.
    Download - DependentListBoxesThree.zip

No comments: