Fórum

Web Content Display

thumbnail
bhargavi maddulla, modificado 11 Anos atrás.

Web Content Display

Junior Member Postagens: 47 Data de Entrada: 05/04/12 Postagens Recentes
hi all!
am newbie to liferay

my task is when i write a name and click submit in a portlet---web content display portlet should open based on the title

Description:
if the name i typed matches the web content title then web content display portlet should open...


can any one please help me out?
Gautam Sharma, modificado 11 Anos atrás.

RE: Web Content Display

Junior Member Postagens: 92 Data de Entrada: 30/04/12 Postagens Recentes
Hi

you can call one portlet to another portlet using below URL

<liferay-portlet:renderURL var="UrlName" portletName="portlet-name" plid="<%= portletId %>">
<portlet:param name="struts_action" value="Struts_action" /> />
<portlet:param name="redirect" value="<%= redirectURL %>" />
<portlet:param name="renderPage" value="previewPage" />
</liferay-portlet:renderURL>

Thanks