08-02-04 10:59 PM
Hi All,
I did the below steps to collapse the navigation tree by default, its workin
g fine but I have another problem.
The problem is when I go to Portal Administration, I am not able to expand a
ny links under Portal User Interface, Portlets, Access, Portal Settings, Por
tal Analysis. Can anyone tell me what should I do to rectify this problem.
1) Open ConfigService.properties file located under
\\hostname\WebSphere\PortalServer\shared
\app\config\services\ConfigService.p
roperties
2) Find for the following text
navigation.expansion.defaultstate=true
# Determines if the navigation nodes in a tree are expanded or collapsed per
default
#
# Default= true (means expanded)
So change the expansion state to false as below:
navigation.expansion.defaultstate=false
Thanks
Bhaskar
[ Post a follow-up to this message ]
|