An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService [in template "20098#20124#108555" at line 7, column 99]
----
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 "20098#20124#108555" at line 7, column 97]
----
1<#if entries?has_content>
2 <div class="row w-100 custom-toggle-content d-flex justify-content-around m-auto">
3 <#list entries as curEntry>
4
5 <div class="column col-xs-12 col-sm-3 col-md-4 mb-4">
6
7 ${articleService.getContentByClassPK(curEntry.classPK?number, "51069")}
8
9 </div>
10 </#list>
11 </div>
12 </#if>
An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService [in template "20098#20124#108555" at line 7, column 99]
----
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 "20098#20124#108555" at line 7, column 97]
----
1<#if entries?has_content>
2 <div class="row w-100 custom-toggle-content d-flex justify-content-around m-auto">
3 <#list entries as curEntry>
4
5 <div class="column col-xs-12 col-sm-3 col-md-4 mb-4">
6
7 ${articleService.getContentByClassPK(curEntry.classPK?number, "51069")}
8
9 </div>
10 </#list>
11 </div>
12 </#if>
An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService [in template "20098#20124#108555" at line 7, column 99]
----
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 "20098#20124#108555" at line 7, column 97]
----
1<#if entries?has_content>
2 <div class="row w-100 custom-toggle-content d-flex justify-content-around m-auto">
3 <#list entries as curEntry>
4
5 <div class="column col-xs-12 col-sm-3 col-md-4 mb-4">
6
7 ${articleService.getContentByClassPK(curEntry.classPK?number, "51069")}
8
9 </div>
10 </#list>
11 </div>
12 </#if>
Did you find this content useful?
Share your feedback with us so we can improve your experience.



























