XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 14.0.0
    • 14.1.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jhoffman Jeroen Hoffman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: