How to link portlets located on different pages in Liferay Portal
Following with the IPC (inter portlet communication), let's go with an example that explains how to create a link in one portlet that points to another portlet located on a different page (editor's note: wow!! - editor's hint: portlets are not pages) To do this we have to use the tlds : liferay-portlet:renderURLliferay-portlet:actionURL and the concepts of plid: referenced page layout idportletName: referenced portlet name The renderURL and the actionURL are tags provided by Liferay that......