I have oracle 11gr2 and JDeveloper 11.1.2.1.0. I have 3 tables that are master detail detail. I want to use master detail single selection in a drop-down menu for these tables. When I use these tables as adf table for master detail it works correctly but when I use them as single selection list it doesnt work as it is supposed in a master detail manner! What am I missing here?!
Asked
Active
Viewed 628 times
2 Answers
1
Please add more details to your question. I amn't getting exactly what is your requirement. Did you mean to say dependent LOV or something..?

Ashok Jena
- 166
- 2
-
When i want to using tables for these master and details ,when select any row of master , it is automatically select child of this master in detail . – user3588552 Aug 18 '14 at 09:58
-
but when i want to use single selection component , if you select any rows of master , none of details are filtered by master selection row . Is my question clear now ?? – user3588552 Aug 18 '14 at 10:00
-
I guess, Autosubmit and partial trigger will take care of this. Try to do it in page if its not working, then do it in VO – Ashok Jena Aug 24 '14 at 16:51
1
Your master component set auto submit = true and master component set as partial trigger in child component eg: master component id =A and Child component id =B A needs auto submit is true B's partial trigger is A

Dilini Chaturani
- 72
- 5
-
tank you for your reply. is there any way to do this solution in popup? it work correctly in jsf page but it was not work in popup. – user3588552 Aug 21 '14 at 04:17
-
This worked correctly for table control in popup. What is the component you used? – Dilini Chaturani Aug 21 '14 at 14:25