Foros de discusión

RE: How to specify a another Portlet at rendarURL

thumbnail
Sandeep Nair, modificado hace 7 años.

RE: How to specify a another Portlet at rendarURL

Liferay Legend Mensajes: 1744 Fecha de incorporación: 6/11/08 Mensajes recientes
Hi Bruno,

Instead of <portlet:renderURL use the following


<liferay-portlet:renderURL portletName="{PortletA name}" var="editInboxURL" >

You have to use the appropriate taglib

<%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet"%>

Regards,
Sandeep
thumbnail
Bruno Mori Barata, modificado hace 7 años.

RE: How to specify a another Portlet at rendarURL

New Member Mensajes: 18 Fecha de incorporación: 9/11/16 Mensajes recientes
Sandeep Nair:
Hi Bruno,

Instead of <portlet:renderURL use the following


<liferay-portlet:renderURL portletName="{PortletA name}" var="editInboxURL" >

You have to use the appropriate taglib

<%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet"%>

Regards,
Sandeep


Hello Sandeep Nair, I tryied to use like this, but It didn't worked, When I click at the button I stay in same page.

<liferay-portlet:renderurl portletname="gerenciarinbox_WAR_gopointseventosportlet" var="editInboxURL">
	<liferay-portlet:param name="mvcPath" value="/html/gerenciarinbox/search.jsp" />
	<liferay-portlet:param name="eventoId" value="<%=eventoId %>" />
</liferay-portlet:renderurl>
thumbnail
Sandeep Nair, modificado hace 7 años.

RE: How to specify a another Portlet at rendarURL

Liferay Legend Mensajes: 1744 Fecha de incorporación: 6/11/08 Mensajes recientes
Is the gerenciarinbox_WAR_gopointseventosportlet on a different page or same page?

Regards,
Sandeep