Liferay is an open source Java portal and social platform.
In jsp page we can get Server Name and Server Port by using request.getServerName() and request.getServerPort().` As we …
liferay-6 liferay-velocityI've made a portlet in Eclipse and now I'd like to deploy it to a running Liferay-6.1 instance and debug …
eclipse liferay liferay-6 liferay-ideI am using Liferay 6 for the Application . I wanted to use , Jquery for the User Interface Part instead of default …
jquery liferay liferay-6I was looking for a way to send a PDF (direct display) file to the browser through Liferay Portal. Found …
spring-mvc liferay liferay-6 portal spring-portlet-mvcI'm using AlloyUI in my liferay portlet. I want to use my <input>'s id in javascript. The …
liferay liferay-6 alloy-uiI load the WebContent edit portlet on a Popup window using the following code: <liferay-ui:icon image="edit" message="…
liferay-6I'm trying to extend some functionality of an existing Liferay portlet. As part of this, I would like to use …
liferay liferay-6 alloy-uiI am trying to forward my request to error page when error occurs during generating excel sheet. Here is sample …
java model-view-controller portlet liferay-6 forward