Fehler bei der Verarbeitung der Vorlage.
The following has evaluated to null or missing: ==> employeeFacts.hardfacts.personalImageUrl [in template "merkur-2021-template-bundle_SERVLET_CONTEXT_/global/journal/templates/Global.Template.Employee.ftl" at line 89, column 66] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- 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: ${employeeFacts.hardfacts.personalIma... [in template "merkur-2021-template-bundle_SERVLET_CONTEXT_/global/journal/templates/Global.Template.Employee.ftl" at line 89, column 64] - Reached through: #include "merkur-2021-template-bundle... [in template "20116#20152#GLOBAL.TEMPLATE.EMPLOYEE" at line 1, column 1] ----
1<#include "merkur-2021-template-bundle_SERVLET_CONTEXT_/global/journal/templates/Global.Template.Employee.ftl"/>