Freemarker ref: http://freemarker.sourceforge.net/docs/
A freemarker comment is of the format:
<#-- comment here -->
To test if a field exists you can do something like:
Note that "fields" is just a Map that I put in the page data.
A freemarker comment is of the format:
<#-- comment here -->
To test if a field exists you can do something like:
<#if fields.primaryName?exists> <H3>${fields.primaryName}</H3> </#if>
Version 5.1 last modified by Geoff Fortytwo on 11/07/2010 at 19:04
Document data
Attachments:
No attachments for this document