liferay-portlet:resourceURL is a custom tag provided by Liferay to create resource URL in Portlet JSP liferay-portlet:resourceURL tag is used to create resource URL. It works similar…
portlet:resourceURL is one of the custom tag provided by default portlet implementation (resides in portlet.jar).This tag is used to create resource URL in portlet…
Portlet can send dynamic content to client in serve resource phase. Portlets are used to generate aggregate response. Each portlet will generate small part…
Liferay provides a nice way of creating service and persistence layer. Liferay Service Builder is a tool to create service-persistence layer. Service and persistence…
Liferay requires namespaced parameter starting from version 6.2. This is required to avoid name collision. While working with portlet, most of the cases you are…
Portlet namespace is used to uniquely identify each portlet. It’s unique identifier associated to each portlet by portal. What is portlet namespace ? Portlet…
Portlet specification defines various phases of portlet like render, action, serve-resource, event etc. Passing information from one phase to another(e.g passing information from action…
Liferay.PortletURL.createActionURL will be used in liferay to create action URL in Javascript. liferay-portlet-url module of AUI (a JavaScript framework) provides Liferay.PortletURL object which is used to…