The following has evaluated to null or missing: ==> teaserWebpage.pageContent.position [in template "sys/itemlistview-list.ftl" at line 9, column 45]
---- 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: #assign teaserWebpages += {teaserWebp... [in template "sys/itemlistview-list.ftl" at line 9, column 17] - Reached through: #include "/sys/${itemListViewModel.ch... [in template "sys/macros/itemlist.ftl" in macro "itemList" at line 5, column 17] - Reached through: @itemList itemListViewModel=(itemList... [in template "_wp_100006242_PL.ftl" at line 333, column 41] - Reached through: #include "${metaViewModel.ftlInclude}" [in template "master.ftl" at line 11, column 41] (Hidden 10 "~" lines for terseness)