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,...