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

2 comments:

Anonymous said...

How can I set portlet title by actionRequest / actionResponse object ??

Anonymous said...

How can i set liferay portlet title usng actinRequest / actionResponse object ??

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