Prueba Concepto
Título de página de contenido
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> Titulo_Parrafo_Documento [in template "1058774#1058814#12032999" at line 18, column 20] ---- 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: ${Titulo_Parrafo_Documento.getData()} [in template "1058774#1058814#12032999" at line 18, column 18] ----
1<h1 class="mb-4"><#if Titulo.getSiblings()?has_content>
2 <#list Titulo.getSiblings() as cur_Titulo>
3 <#if (cur_Titulo.getData())??>
4 ${cur_Titulo.getData()}
5 </#if>
6 </#list>
7</#if></h1>
8
9 <p class="lead">
10 <#if (Titulo.Parrafo.getData())??>
11 ${Titulo.Parrafo.getData()}
12 </#if>
13 </p>
14
15 <ul class="list-group">
16 <#if Titulo.Parrafo.Documento.getSiblings()?has_content>
17 <li class="list-group-item">
18 <a href="${Titulo_Parrafo_Documento.getData()}" target="_blank">
19 ${Titulo.Parrafo.TextoEnlace.getData()}
20 </a>
21 </li>
22 </#if>
23 </ul>
Nodo: liferay-6695d55bfb-275gb:8080