Top "Liferay-6" questions

Liferay is an open source Java portal and social platform.

How to disable default message: "Your request processed successfully"?

How would I disable this default message: "Your request processed successfully" for my plugin portlet when an add/update action …

liferay liferay-6
How to find portlets added on a particular page in Liferay?

How can I find which portlets are added on a particular Liferay page? For Example: I have three pages: Welcome, …

liferay liferay-6 portlet
Liferay.Upload Component Usage for Multi-file Upload

Developing a custom portlet to upload multiple files in Liferay 6.2. Found the Liferay.Upload component while going through Liferay Source …

file-upload liferay liferay-6 jsp-tags liferay-aui
Setting sessiontimeout in Liferay 6.1

I want to reduce the session timeout from 30 minutes to 5 minutes. I went through the guidelines of Liferay communtiy like …

liferay-6
How to create a top-level servlet in liferay

I wanted to create a servlet in liferay that is listening to a URL such as http://localhost:8080/my-servlet I …

java servlets liferay liferay-6
Portlet not getting deployed

I have this strange problem at which I have spent stupid amount of time. To build my portlet, I haven't …

liferay liferay-6
Getting " Portlet Portlet_WAR_portletID has a null portlet bag" in liferay 6.2

I created a liferay plugin portlet project and deployed in Liferay 6.2. When i try to deploy, i am getting " Portlet …

liferay liferay-6
Check current page url contents in liferay velocity template

I am trying to find out current page url contents and parameters in liferay Velocity(vm)file. I am able …

liferay-6 liferay-velocity liferay-theme
no theme found for specified theme id . returning the default theme

By liferay-plugins-sdk-6.1.1 on theme folder I created a theme for my liferay portal 6.1.1 CE-GA2. My liferay-plugin-package : name=internal_portal module-group-id=…

templates themes liferay liferay-6 liferay-theme
Unable to redirect to other page in liferay

I am trying to redirect to other page using java code and don't no why its not getting redirected. the …

liferay liferay-6 liferay-theme liferay-ide liferay-velocity