Consider a scenario. I have two WebCenter Portal pages. On one page I have a portlet that takes the location and on the second portlet I have a portlet that displays the weather on the basis of the location entered on the first portlet. When the user enters location details on the first portlet on the first page and clicks on Submit (the button is inside the portlet itself) the portal page navigates to the result page where the results portlet shows the weather details.
Basically what I want to achieve is: 1. communication between two portlets on different portal pages 2. the portal page should navigate to the results page when a request is sent to the portlet.