The following has evaluated to null or missing: ==> faqAccordion [in template "sys/item-detail.ftl" at line 123, column 43]
---- 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)?? ----
---- FTL stack trace ("~" means nesting-related): - Failed at: @faqAccordion faqList=combiTextMap["f... [in template "sys/item-detail.ftl" at line 123, column 41] - Reached through: #include "${metaViewModel.ftlInclude}" [in template "master.ftl" at line 10, column 33] ~ Reached through: #nested [in template "sys/macros/html.ftl" in macro "body" at line 31, column 25] ~ Reached through: #nested [in template "sys/macros/menu.ftl" in macro "menuDesktop" at line 107, column 17] ~ Reached through: @menuDesktop [in template "sys/macros/html.ftl" in macro "body" at line 30, column 17] - Reached through: @body mobile=(metaViewModel.mobile ||... [in template "master.ftl" at line 5, column 17] ~ Reached through: #nested [in template "sys/macros/html.ftl" in macro "html" at line 16, column 9] ~ Reached through: @html [in template "master.ftl" at line 3, column 9] ----