Fórumok

Web Content Display

thumbnail
bhargavi maddulla, módosítva 11 év-val korábban

Web Content Display

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2012.04.05. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Web Content Display

Junior Member Bejegyzések: 92 Csatlakozás dátuma: 2012.04.30. Legújabb bejegyzések
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