Created
May 23, 2014 03:49
-
-
Save wmfairuz/0d4455b6040713c80129 to your computer and use it in GitHub Desktop.
properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| currentNode is always available. | |
| 1. Access using EL expression | |
| ${currentNode.properties.propertyName.format} | |
| OR | |
| ${currentNode.properties['propertyname'].format} | |
| 2. Access using jahia taglibs | |
| <jcr:nodeProperty node="${currentNode}" name="propertyName" var="varName"/> | |
| ${varName.format} | |
| Format: string, long, double, boolean, date, reference | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment