I created 3 portlets (description portlet, catalog portlet, polling portlet), and I want to call the description portlet from the catalog portlet. How to do it? Please help me.
I wrote the following code in the view.jsp file of the catalog portlet:
<%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> <liferay-portlet:renderURL var="linkURL" portletName="testi" windowState="maximized" /> <br> <a href="<%= linkURL%>">Testimonial</a>
I can redirect to another page, but I got an error, for example
This portlet is not deployed. Reinstall it or delete the page.
Should I make changes to liferay-portlet.xml? Please help me.
user2585890
source share