Thursday, April 12, 2012

Set the Portlet Title at RunTime in Liferay

RENDERRESPONSE.SETTITLE(LANGUAGEUTIL.GET(RENDERREQUEST.GETLOCALE(), "WELCOME", "WELCOME"));

The above line is used to set the title of portlet at runtime ,this is example for the welcome portlet

Liferay DXP JNDI Data Source Cofiguration

 This Blog will help us to learn about the JNDI Data Source Configuration in Liferay DXP. We have tested this with Liferay 7.3 with Tomcat. ...