Reputation: 840
I have a requirement, i have to call a jsp which is available in another portlet project, i have to call the content of that jsp in another portlet's jsp. https://www.liferay.com/community/forums/-/message_boards/message/66875852
Upvotes: 1
Views: 2090
Reputation: 840
Here its quite clear mentioned how to redirect from one portlet to another portlet jsps. https://www.liferay.com/community/forums/-/message_boards/message/37527176
Upvotes: 0
Reputation: 41
Maybe this is what are you looking for:
<liferay-util:include page="/view.jsp" portletId="..." ></liferay-util:include>
Upvotes: 2