Breadcrumb

Publicador de Conteúdo

null EDITAL Nº1_2018_Incentivo À Participação Individual Em Formação
Ocorreu um erro ao processar o template.
The following has evaluated to null or missing:
==> link  [in template "20099#20135#37633" at line 17, column 3]

----
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: ${link.getData()}  [in template "20099#20135#37633" at line 17, column 1]
----
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 
9Noticia na Integra 
10 
11${content.getData()} 
12 
13<#if imagemNoticia.getData()?? && imagemNoticia.getData() != ""> <img alt="${imagemNoticia.getAttribute("alt")}" data-fileentryid="${imagemNoticia.getAttribute("fileEntryId")}" src="${imagemNoticia.getData()}" /> </#if> <a href="${documentoNoticia.getData()}"> ${languageUtil.format(locale, "download-x", "Anexar documento", false)} </a> 
14 
15<a href="${documentoNoticia.getData()}"> ${languageUtil.format(locale, "download-x", "Anexar documento", false)} </a> 
16 
17${link.getData()}