Freezone Authorities
Freezone authorities
Fel uppstod under bearbetning av mallen.
The following has evaluated to null or missing:
==> articleService [in template "1596030#1596071#1719903" at line 6, column 19]
----
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: ${articleService.getContentByClassPK(... [in template "1596030#1596071#1719903" at line 6, column 17]
----
1<div class="row gx-5">
2<#if entries?has_content>
3 <#list entries as curEntry>
4 <div class="col-lg-4 col-md-6">
5
6 ${articleService.getContentByClassPK(curEntry.classPK?number, "38248")}
7 </div>
8 </#list>
9</#if>
10</div>