I have created liferay plugin project - Liferay MVC, and Created Multiple liferay portlets under this plugin project.
Now I need to navigate from one portlet jsp to another portlet jsp file.
how to do this using liferay 7.
For your referrence : https://i.stack.imgur.com/YWj3O.png
My view page : I have tried like below :
<liferay-portlet:renderURL portletName="offer" varImpl="redirectURL">
<liferay-portlet:param name="jspPage" value="/html/offer/index.jsp" />
</liferay-portlet:renderURL>