Akash
Akash

Reputation: 840

How to call the content of a jsp into another portlet's jsp

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

Answers (2)

Akash
Akash

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

Fabio Pezzutto
Fabio Pezzutto

Reputation: 41

Maybe this is what are you looking for:

<liferay-util:include page="/view.jsp" portletId="..." ></liferay-util:include>

Upvotes: 2

Related Questions