Wednesday, May 11, 2016

Customize custom portlet configuration page

Using this feature we can store/change portlet related configuration at run time. Configuration page in liferay uses preferences to store the configuration. There are two ways using which we can customize configuration page of custom portlet: 1. By using default DefaultConfigurationAction Class. 2....

Monday, May 9, 2016

Captcha use and validation using session in liferay

In this blog we will see how to use of captcha and validate that captcha in liferay custom portlet. In this example for validation we will get loaded captcha text value from session and matched with user entered captcha entered value. STEPS: Step1: Create one liferay plugin portlet project,...

Sunday, April 17, 2016

Friday, February 12, 2016

Ajaxable Search Container Liferay

Ajaxable Search Container Liferay Objective:  we are going to create a portlet which lists all the Liferay portal user using liferay-ui search container and making it ajaxable. Here we are going to use liferay 6.2 EE (you can do it with CE as well) and inbuilt Alloy AUI JS . Here I am starting...