Discussions
Categories
- 385.5K All Categories
- 4.9K Data
- 2.5K Big Data Appliance
- 2.4K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 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
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
List component parent/child entries

Hi
I created a list with parent and child entries.
I have the list on a page, in a Tab Container. The Appearance.Template is set to Standard.
The child entries do not appear in the list; only the parent entries appear.
How do I get the child entries to appear?
Answers
-
Please update your forum profile with a recognisable username instead of "User_GP1QN".
Always state your full APEX version number when posting a question.
I created a list with parent and child entries.
How?
I have the list on a page, in a Tab Container. The Appearance.Template is set to Standard.
Which template?
The child entries do not appear in the list; only the parent entries appear.
What is the list template?
How do I get the child entries to appear?
Depends on why they are not appearing. Maybe the list hierarchy isn't properly configured. Or the list template doesn't have support for hierarchical lists. Give us the complete picture.
-
I've updated my forum profile.
I am using Apex Version...20.2.0.00.20. Universal Theme
I created a list via: Shared Components-> Navigation - Lists
the list is being used in a region (Region type = Static, Region Appearance Template = Tabs)
The Attributes of the list are set to: List -> Attribute -> Appearance -> Links List
The list template is Links List (Theme = Universal , class = Vertical Unordered List without bullets)
-
Using the Links List template, sublists are only shown when the parent item is current for the page. This is controlled using the Current List Entry settings for a static list entry or the
[is_current]
column position in dynamic list queries.Otherwise they can be displayed by applying the
is-expanded
class to the parent element in User Defined Attribute 3 (A03) in static lists/the[attribute3]
column in dynamic lists, or adding it using dynamic actions. -
thank you
-
I have a possibly related problem. I am running Product Build 211.4, Patch Version 4. I built an application about 3 years ago on this server under a previous version. I hadn't used it in quite a while but when I did so a few days ago, all of the child tabs are missing. In the Desktop Navigation Menu I have numerous entries and many of them have a Parent - see attached.
None of those appear. Something appears to have happened as a result of an update to the APEX version. I apologize for not religiously reading the notes when a new release is deployed.
Bill
-
Not related. The Navigation Menu does not use the Links List template.
Create a new thread with a clear description of the problem.
-
Thank you.
Bill
-
We need to select "Tree List" as List Template in Attributes tab.