When the application is started yet your new tab, panel stack or panel is not visible, check the following common causes:
Verify that the
enableYnproperty is set totrue(the default value).If you are using an access right other than
GlobalPanels, verify that your access right as been created in the appropriate repository. If unsure, set theaccessRighttoGlobalPanels, which is an access right with no restrictions. TheGlobalPanelsaccess right can be used for both tabs and panels.Verify that the
tabIdproperty (for a tab) or thepanelIdproperty (for a panel) is defined in the/atg/svc/configuration/FrameworkComponentsnucleus component. If you are using a custom configuration layer, use the ACC to confirm that the correct component is active. Note: This applies to tabs and panels only.If a tab is not displaying, verify that the
tabIdfor the tab was added to thetabIdsproperty in the workspaceFrameworkDefinitionitem as described above.If a panel stack is not displaying, verify that the
panelStackIdfor the panel stack is added to thepanelStackAssignments,currentPanelStacksandpanelStackOrderproperties of theTabDefinitionitem as described above.If a panel is not displaying, verify that the
panelIdfor the panel is added to thepanelIdsproperty in thePanelStackDefinitionitem as described above.If the top panel in the panel stack is not displaying, verify that the
tabHolderYnproperty is set totrue.If a panel other than the top panel is not displaying, verify that the
tabHolderYnproperty isfalse.If tabbed panels are not displaying, verify the following:
The first panel should be configured with
tabHolderYn=true,currentPanelId=set to the same aspanelIdandtabbedPanelIds=set to the list ofpanelId'sof panels in the row of tabs not including first panelThe panels after the first panel should be configured with
tabHolderYn=falseandcurrentPanelIdandtabbedPanelIdsset to nullAll the tabbed panels should be configured to
alwaysTabbedYn=true,tabbedYn=trueandallowTabbingYn=true
If all the data is consistent and the item is still not displaying, check whether the following state-saving tables have stale data that is interfering with the loading of the new data. In the admin schema, remove all the data from the following tables and restart the server (if tables are non-empty):
svc_cell_cfgsvc_content_cfgsvc_framewrk_cfgsvc_fw_tab_cfgsvc_panel_cfgsvc_ps_pnl_cfgsvc_pstack_cfgsvc_skin_cfgsvc_tab_cfgsvc_tab_pnl_cfgsvc_template_cfg

