Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 468 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
Master Detail problem while opening record on update in ADF

Hello Everyone,
I am using Jdeveloper 12.2.1,
I have detail master table, I have created query page using viewcriteria and using fragments
I want to open data in update so I am using LINK as table column to open selected record in other fragment where I dropped Master Detail table.
There is only ViewLink.no association.
Like there is 4 records in my table.
When I open record no 4 or 3 so it open 1 record.
Please answer.
Answers
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,580 Red Diamond
Sorry, but from your description, I don't even understand the problem.
Please provide a more detailed description and maybe some code and images which help us understand the problem.
Timo
-
Thanks for reply.
I have master detail form basically and there is only View Link between tables in my application, no association at all.
this is query search page only, and when I open any record in "Detail" using task flow navigation so it open first record always.
like in above picture I clicked on "4408990000808" but in detail page shows the detail with respect to "4408990001100" that is coming in first line.
but when I mention parameter then it works fine because it always read first record from view object.
I created normal ViewLink and define primary and foreign key relation between tables.
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,580 Red Diamond
If you define associations and viewlinks this should work out of the box.
You mentioned a taskflow navigation. Can you show us the taskflows and their parameters, please?
Do the taskflows share a transaction?
Timo
-
There are some different scenarios because of I didnt create associations, I just created ViewLinks only.
There are simple navigation from Query Page to transaction Page.
Even Data is inserting properly with respect to Parent child relation in Database.
Why it is reading only first record on Query Page from View Object as shown in below picture?
like I open fourth (4th) record from query page but it shows me first (1st) record's detail in detail page.
-
May be the SelectionListner of the Table is not working properly
#{bindings.TransactionVO1.collectionModel.makeCurrent},
Do you have any alternate idea about SelectionListner of the Table.?? It will help me out.