Search This Blog

Sunday, December 6, 2015

What are Core Objects of the JSR 286 API in IBM WebSphere Portal 8.5? 
  • PortletConfig class.
  • PortletContext class.
  • PortletRequest class.
  • PortletResponse class.
  • PortletSession class.

Monday, October 12, 2015

How Link from static resource to dynamic resource in IBM Portal theme ? 


<a rel="dynamic-content" href="dyn-cs:/newDynamicContent"></a>


How Link from static resource to dynamic resource in IBM Portal theme ? 

Including a theme JSP directly:
<a rel="dynamic-content" 
     href="res:/CustomThemeContext/themes/html/MyTheme/dynamicContent.jsp"></a>


Monday, August 10, 2015


How setting different data sources for menu component in IBM Lotus WCM 8.5?

1.Edit Site Area.
2.Go to 'Menu Criteria'
3.Select 'Location'.
4.Go to Further options for Location.
5.You will find three different sources:
           a.  Specify in the Web Content Viewer portlet configuration: The site area will configure in Portal Page.
           b. Current Content.
           c.  Query String: if you want to pass parameter to menu component.

Sunday, August 2, 2015

How can migrate Standard Portal Pages into the Static Portal Page format in IBM Portal 8.



https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp?action=editDocument&documentId=5190EB71148A2EC485257B2400510466

Monday, July 13, 2015

Why change in static resources in WebDav does not reflecting directly to theme in IBM Portal?

There exist two dirrent URL you can use to communicate with WebDav, following URL  is used to reflect directly :

http://localhost:10030/wps/mycontenthandler/dav/fs-type1/.../

But following URL is used for viewing without reflecting directly : 

http://localhost:10039/wps/mycontenthandler/dav/skinlist/

Monday, May 4, 2015

How to import and export IBM WCM Library ?

https://www.ibm.com/support/knowledgecenter/SS3JLV_8.0.0/wcm/wcm_config_wcmlibrary_export.html