Loading...
http://ibmwebsphereportalonlinetraining.blogspot.com/2015/08/hiding-portal-pages.html
In WebSphere Portal, while you are
creating a new page under content root, it will be shown on the quick links
navigation.
If you don't want a page that you create
to appear in the main menu, there is an option of hiding your page. You can use
own customize links or navigation to access the page via direct URL mapping.
To hide the page, it can be done through
WebSphere Portal XML configuration interface. You can hide the page by setting
the hidden flag for the page parameter for the content-node tag in XML. You can
also use the following XML snippet code for hiding the page:
<request
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd" type="update"
create-oids="true">
<portal
action="locate">
<content-node
action="update" uniquename="com.mypage" active
="true">
<parameter
name="com.ibm.portal.Hidden" type="string"
update="set"><![CDATA[true]]></parameter>
</content-node>
</portal>
</request>
Training
2578144164247912281
Post a Comment
Home
item
Blog Archive
Popular Posts
-
Adding New Language in Portal If you come to see that the date is not displaying as usual in portal, then you should know that the loc...
-
we can create multiple schedulers within a single server, cluster, node or cell. Each configured scheduler is an independent task schedul...
-
IBM WebSphere Portal Express provides a scripting platform that increases the potential for automated solution deployment and administrati...
-
1. In the portal WP Configuration Service(REP), set the custom property friendly.redirect.enabled to the value false. 2. In the theme,...
-
In WebSphere Portal, while you are creating a new page under content root, it will be shown on the quick links navigation. If you don...
-
Installation of IBM WebSphere Portal Here, we will show you the first (1 st ) phase of Installing IBM WebSphere Portal Express. Th...
-
Analysis Technique Bottle Neck Analysis Technique After having a portal at saturation, by taking a Java thread dump (using a kil...
-
How to change the default portal URI /wps/portal after installation ? Set the property WpsContextRoot to the new URI and run ./W...
-
Dojo comes with an amazing charting library, in the form of dojox.charting. You can create different types of versions 2D chart, 3D Chart,...
your blog is informative thanks for sharing this blog
ReplyDeleteonline training