0
votes

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>  
1

1 Answers

0
votes

What stops you from doing exactly the same?

By default, you have your .jsp files in src/main/resourses/META-INF/resources folder. Put your jsp's there and create the same renderURL.