Multiple render method in Liferay MVC Portlet

Multiple render in portlet is used to show different views. This is required when different actions requires different results to show. Many times we need different views to display the output after... Read more »

How to create multiple portlets in single Liferay plugin project

Liferay Plugin project can be created in Liferay IDE. We can add multiple portlets in single liferay plugin project. They all combined in single WAR file. So far we have seen that... Read more »