Tuesday, January 1, 2008

JDev/ADF sample - Complex List-Of-Values (LOV) in Oracle ADF

  • Complex List-Of-Values (LOV) in Oracle ADF. The main problem I'm describing in this post is about how to return several values from LOV component and update parent table with selected values from backing bean. I will explain how to develop LOV component with three dependent tables and to return a set of values from LOV to parent table. Sample application is based on HR schema, you can find it in Oracle XE database. However, custom VACATIONREQUESTS table is used as well, it is used to implement three dependent columns. You can find information about this table and needed scripts in my previous post - Three Dependent List Boxes in af:table Component.
    Download - LOVComplex.zip

No comments: