Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.4K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187.1K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 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
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 443 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
LOV loose data even the persisted ones when ADF Panel Tabs switched abruptly

Hi ,
I am using Jdeveloper 12.1.2 for ADF development. I am facing a very strange behavior of Panel Tabbed component. The scenario is as follows:
I have a master with more than 8 details in show details item. The master form is in form layout while the lower are is composed of pannel tabbed component with 8 show details item. Everything works fine but the problem is when use tries to switch tabs without waiting for server response some of the LOV in table refresh their value whether persisted or not they loose the value and it becomes a show stopper for the users. I have applied Andrejus Baranovskis Blog: Skip Validation for ADF Required Tabs solution and some others as well but they are of no use. Once i turn on the Immediate property of show details item the show stopper is reomoved i.e validation messages disappear but the save action doesn't check the values of required fields. Anybody having a clue on this?
Regards,
--Magwaa
Answers
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,462 Red Diamond
Magwaa, this sound strange to me.
What exactly if in the details?
Which server response?
Are the details build by regions?
Timo
-
Hi Timo,
This sounds strange to me as well. This is the first time i have seen such behavior. The Detail tab doesn't posses regions it's just simple table component.Multiple tabs with multiple tables nothing complex or something. Everything works fine until you start playing with TABS i.e press one tab and before it gets rendered press the other tab so after doing this multiple times the LOV of certain tables start loosing values. You go back and come to same screen the values will be there.
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,462 Red Diamond
Try to reduce the complexity of the page e.g. by removing some of the details for a test. Do you still get the same problem?
Do you only get the behavior for LOV fields?
Are those LOV fields complicated (e.g. does it take some time to get the data)?
Timo
-
I have done that. This occurs only for select one choice fields. And it takes a bit time to load the data in Tables.I have auto submit enabled for all but still unable to overcome this weird behavior.
Regards,
Magwaa
-
One interesting trend that i have come across is it behaves normally when you switch between tabs in a normal way i.e. slow and letting the complete data population. But when you switch between tabs in an insane way like just clicking around and playing in between tabs the select one choice values get lost and unselected label appears however the values exist in DB.