Tuesday 16 January 2018

How to fetch the values stored at page's jcr:content node

This fetches the page name.
<h1>${currentPage.Name}</h1>

This fetches title of the page.
<h2>${pageProperties['jcr:title']}</h2>

No comments:

Post a Comment

extraClientlibs Usage

The purpose of property "extraClientlibs" is to selectively load client library for a dialog. This prevents the unnecessary load o...