Hi,
Let's say I have a portlet called "Reports". It has the initial listing screen (when the portlet renders) where it lists the reports with a link on the report name. Clicking on the link will take the user to a "View Report Detail" jsp where he can view the report details. This "Reports" portlet is in a page called "Reporting".
Now, I have another portlet called "Search" in a different page called "Search". After the user does a search, it displays the search result with a hyperlink. On click of this link I want to navigate to the "View Report Detail" jsp of the "Reports" portlet in the "Reporting" page.
Is this possible? I understand that inter portlet communication is possible. I could forward to the "Reports" portlet initial listing screen directly specifying the portlet name in the portlet url tag. But I couldn't forward to the "View Report Detail" page. I already searched in the forums and couldn't find any related posts for this.
Is this supported in Liferay? Or is this a bad approach? Could you please give further directions on this?
Thanks and Regards,
Raghu
Please sign in to flag this as inappropriate.