INFO ----
INFO FTL stack trace ("~" means nesting-related):
INFO - Failed at: #if item.enddate?? && item.endDate.ti... [in template "webfile:/freemarker/hstdefault/eventslist-main-eventslist.ftl" at line 15, column 9]
INFO ----. To see the stack trace, set 'org.hippoecm.hst.servlet.HstFreemarkerServlet' log-level to debug in log4j configuration or runtime via the logging servlet
WARN %d{HH:mm:ss} WARN [HstFreemarkerServlet] The following has evaluated to null or missing:
INFO ==> item.endDate [in template "webfile:/freemarker/hstdefault/eventslist-main-eventslist.ftl" at line 15, column 32]
INFO
INFO ----
INFO Tip: It's the step after the last dot that caused this error, not those before it.
INFO ----
INFO Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
INFO ----
INFO
I