Monday, 17 November 2014

Hidden pages in websphere portal8

Hidden Pages :- Pages created under  'Hidden Pages' label are hidden from page navigation.



Use-case :- If you dont want to show a particular page in navigation but you want to reach it out through friendly url.

1) Go to Administration, Manage Pages

2) Export the page to be hidden.

3) Edit the pageExport.xml. Add the line below.

<parameter name="com.ibm.portal.Hidden" type="string" update="set"><![CDATA[true]]></parameter>

4) Go to Adminitration, Import XML. Import the xml with the new line. Before importing please delete previous page which you have exported.


No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...