null
Indietro

Tributi - Card

Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> webContentData.title  [in template "20101#20127#null" at line 6, column 11]

----
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 be 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: ${webContentData.title}  [in template "20101#20127#null" at line 6, column 9]
----
1<dl><dt>Titolo (Pagina, Novità, Eventi, Note):</dt><dd>${mainTitle.getData()}</dd><dt>Sottotitolo:</dt><dd>${SottotitoloPrincipale.getData()}</dd><dt>Testo principale:</dt><dd>${mainHTML.getData()}</dd><dt>Web Content Principale (Esempio: mappa, card con foto, accordion, ecc.):</dt><dd><#assign 
2	webContentData = jsonFactoryUtil.createJSONObject(mainWebContent.getData()) 
3/> 
4 
5<a href="${mainWebContent.getFriendlyUrl()}"> 
6	${webContentData.title} 
7</a></dd><dt>Link alla Pagina:</dt><dd><a href="${LinkDettaglio.getFriendlyUrl()}"> 
8	Link alla Pagina 
9</a></dd><dt>Label del link:</dt><dd>${LinkDettaglio.linkDescription.getData()}</dd><dt>Icona:</dt><dd>${selectIcon.getData()}</dd><dt>Immagine principale:</dt><dd><#if heroImage.getData()?? && heroImage.getData() != ""> 
10	<img alt="${heroImage.getAttribute("alt")}" data-fileentryid="${heroImage.getAttribute("fileEntryId")}" src="${heroImage.getData()}" /> 
11</#if></dd><dt>Immagine anteprima:</dt><dd><#if thumbImage.getData()?? && thumbImage.getData() != ""> 
12	<img alt="${thumbImage.getAttribute("alt")}" data-fileentryid="${thumbImage.getAttribute("fileEntryId")}" src="${thumbImage.getData()}" /> 
13</#if></dd></dl>