How can I manage hierarchical multi in the ADF

Hello

I have three View object based on the table.

EmployeeHdr - EmployeeVo

LeaveApplyHdr - LeaveHdrVo

LeaveApplyDet - LeaveDetVo


now how to handle type of master detail hierarchy between these table.


) a foreign key relationship b/w EmployeeHdr and from LeaveApplyHdr to EmployeeHdr.empcd = LeaveApplyHdr.empcd

(b) foreign key relationship b/w LeaveApplyHd and LeaveApplyDet based on LeaveApplyHdr.apply_no = LeaveApplyDet.apply_no


I already create association and viewlink to these relationships.


now can I handle this in the jsf page unique.

Check http://tompeez.wordpress.com/2012/04/18/jdeveloper-adf-multiple-cascading-tables/ which shows how to do this.

Timo

Tags: Java

Similar Questions

Maybe you are looking for