I have two portlets and these two are two different web applications (war).
When the user selects a radio button from Portlet1 it has to switch to Portlet2.
I am able to publish the event from Portlet1 and able to process from Portlet2 and both are getting rendered in separate divisions of the page template created from liferay portal.
But my problem is Portlet2 has to overlay portlet1 division (while displaying the content) and has to display the Portlet2 content in Portlet1 content division.
I am using liferay 6.0.5 and using struts portlet plugin to migrate existing application to liferay portal.
Public Render Parameters
which is a standard for Portlets 2.0 and a simple way to pass simple (string) data from one portlet to another. also known as 'inter portlet communication' orIPC
– David O'Meara