Liikenneministeri Merja Kyllönen liikenneturvallisuusalan ansiomitaleiden jakotilaisuudessa 1.9.2011
Virhe tapahtui prosessoidessa esitysmallia.
The following has evaluated to null or missing: ==> Sisältö [in template "20154#20194#695650" at line 11, column 7] ---- 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: ${Sisältö.getData()} [in template "20154#20194#695650" at line 11, column 5] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8
9<h1>${.vars['reserved-article-title'].data}</h1>
10<div>
11 ${Sisältö.getData()}
12</div>