Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

List component parent/child entries

mtFeb 23 2021

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?

Comments

EJP
Whatever the answer to that might be, it's irrelevant, as ResourceBundle will cache it anyway.
Murray9654
Thank you. what I found is it creates New Resource bundle object every time I load the page. Anyway thanks for the information.
EJP
It can't. There is no accessible constructor. What you mean is that it calls ResourceBundle.loadBundle(). But that returns a cached copy if the bundle has already been loaded, as I already told you.
1 - 3

Post Details

Added on Feb 23 2021
8 comments
1,140 views