When the application has started but your new tab, panel stack or panel is not visible, check the following common causes:
- Verify that the - enableYnproperty is set to- true(the default value).
- If you are using an access right other than - GlobalPanels, verify that your access right has been created in the appropriate repository. If unsure, set the- accessRightto- GlobalPanels, which is an access right with no restrictions. The- GlobalPanelsaccess right can be used for both tabs and panels.
- If a panel stack is not displaying, verify that the - panelStackIdfor the panel stack is added to the- panelStackAssignments,- currentPanelStacksand- panelStackOrderproperties of the- TabDefinitionitem as described above.
- If a panel is not displaying, verify that the - panelIdfor the panel is added to the- panelIdsproperty in the- PanelStackDefinitionitem as described above.
- If the top panel in the panel stack is not displaying, verify that the - tabHolderYnproperty is set to- true.
- If a panel other than the top panel is not displaying, verify that the - tabHolderYnproperty is- false.
- If tabbed panels are not displaying, verify the following: - The first panel is configured with - tabHolderYn=true. The- currentPanelIdshould be set to the same value as the- panelId. The- tabbedPanelIdsshould be set to the list of- panelId’s of panels in the row of tabs excluding the first panel
- The panels after the first panel should be configured with - tabHolderYn=falseand- currentPanelIdand- tabbedPanelIdsset to null
- All the tabbed panels should be configured to - alwaysTabbedYn=true,- tabbedYn=trueand- allowTabbingYn=true
 

