Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.9K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.5K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.2K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 402 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 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