GET 70% Discount on All Products Coupon code: "Board70"
Tables are created in the database for a Service Builder entity after:
The Ant "build-service" target has run
The portlet is deployed for the first time
The portlet is added to a page for the first time
Tables must be created manually
The method to embed a portlet in a theme is:
$theme.addPortlet()
$theme.runtime()
$theme.embedPortlet()
$theme.processPortlet()
The method to get theme settings in a theme is:
$portalUtil.getSetting()
$theme.getSetting()
$layout.getSetting()
$themeDisplay.getSetting()
To customize the default success message displayed by MVCPortlet:
Add a custom key to the SessionMessages object
Override the language key default-success-message in Language.properties
Provide a entry in liferay-portlet.xml
Pass a parameter called 'success'' in the ActionURL and map it to a custom language key
TESTED 24 Dec 2024