Noticias Transbank
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> division[2] [in template "20101#20131#49915" at line 35, column 60] ---- Tip: It's the final [] step 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 urlFriendly = "${portalURL}/w... [in template "20101#20131#49915" at line 35, column 17] ----
1<div class="col-12 col-noticia">
2 <div class="sherd-card card--default no-border d-flex flex-column flex-md-row p-3 p-sm-4 mb-4" id="contenedor-noticias">
3 <#if (Imagenirud.getData())?? && Imagenirud.getData() != "">
4 <img class="news-thumbnail--main mr-md-4 mb-3 mb-md-0 rounded" alt="${Imagenirud.getAttribute("alt")}" src="${Imagenirud.getData()}" />
5 </#if>
6 <div class="card-body p-0 d-flex flex-column justify-content-between">
7 <div class="c-basic-600">
8 <p class="c-basic-600 fs-3 mb-2">
9 <#assign FechaNoticia_Data = getterUtil.getString(FechaNoticia.getData())>
10
11 <#if validator.isNotNull(FechaNoticia_Data)>
12 <#assign FechaNoticia_DateObj = dateUtil.parseDate("yyyy-MM-dd", FechaNoticia_Data, locale)>
13 <#assign anio = dateUtil.getDate(FechaNoticia_DateObj, "yyyy", locale)>
14 <#assign diames = dateUtil.getDate(FechaNoticia_DateObj, "dd", locale)>
15 <#assign mes = dateUtil.getDate(FechaNoticia_DateObj, "MMMM", locale)>
16 ${diames} de ${mes} de ${anio}
17 </#if>
18 </p>
19 <h3 class="fs-7 c-grey-300 mb-3">${TituloNoticia.getData()}</h3>
20 ${ResumenNoticia.getData()}
21 </div>
22 <#assign
23 layout = themeDisplay['plid']
24 layoutService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")
25 layoutObject = layoutService.getLayout(layout?number)
26 modoProd = layoutObject.getGroup().getExpandoBridge().getAttribute('modo-url-prod')
27 portalURL = themeDisplay.getPortalURL()
28 getURLCurrent = themeDisplay.getURLCurrent()
29 division = getURLCurrent?split("/")
30 urlTitle = .vars["reserved-article-url-title"].data
31 title = .vars["reserved-article-title"].data
32 urlFriendly = "${portalURL}/-/${urlTitle}"
33 >
34 <#if division?has_content && modoProd == false >
35 <#assign urlFriendly = "${portalURL}/web/${division[2]}/-/${urlTitle}" >
36 </#if>
37 <a class="fs-3 c-info-300 evento-noticias-ver-mas-gtm" href="${urlFriendly}" data-title="${title}">Ver más</a>
38 </div>
39 </div>
40</div>
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> division[2] [in template "20101#20131#49915" at line 35, column 60] ---- Tip: It's the final [] step 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 urlFriendly = "${portalURL}/w... [in template "20101#20131#49915" at line 35, column 17] ----
1<div class="col-12 col-noticia">
2 <div class="sherd-card card--default no-border d-flex flex-column flex-md-row p-3 p-sm-4 mb-4" id="contenedor-noticias">
3 <#if (Imagenirud.getData())?? && Imagenirud.getData() != "">
4 <img class="news-thumbnail--main mr-md-4 mb-3 mb-md-0 rounded" alt="${Imagenirud.getAttribute("alt")}" src="${Imagenirud.getData()}" />
5 </#if>
6 <div class="card-body p-0 d-flex flex-column justify-content-between">
7 <div class="c-basic-600">
8 <p class="c-basic-600 fs-3 mb-2">
9 <#assign FechaNoticia_Data = getterUtil.getString(FechaNoticia.getData())>
10
11 <#if validator.isNotNull(FechaNoticia_Data)>
12 <#assign FechaNoticia_DateObj = dateUtil.parseDate("yyyy-MM-dd", FechaNoticia_Data, locale)>
13 <#assign anio = dateUtil.getDate(FechaNoticia_DateObj, "yyyy", locale)>
14 <#assign diames = dateUtil.getDate(FechaNoticia_DateObj, "dd", locale)>
15 <#assign mes = dateUtil.getDate(FechaNoticia_DateObj, "MMMM", locale)>
16 ${diames} de ${mes} de ${anio}
17 </#if>
18 </p>
19 <h3 class="fs-7 c-grey-300 mb-3">${TituloNoticia.getData()}</h3>
20 ${ResumenNoticia.getData()}
21 </div>
22 <#assign
23 layout = themeDisplay['plid']
24 layoutService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")
25 layoutObject = layoutService.getLayout(layout?number)
26 modoProd = layoutObject.getGroup().getExpandoBridge().getAttribute('modo-url-prod')
27 portalURL = themeDisplay.getPortalURL()
28 getURLCurrent = themeDisplay.getURLCurrent()
29 division = getURLCurrent?split("/")
30 urlTitle = .vars["reserved-article-url-title"].data
31 title = .vars["reserved-article-title"].data
32 urlFriendly = "${portalURL}/-/${urlTitle}"
33 >
34 <#if division?has_content && modoProd == false >
35 <#assign urlFriendly = "${portalURL}/web/${division[2]}/-/${urlTitle}" >
36 </#if>
37 <a class="fs-3 c-info-300 evento-noticias-ver-mas-gtm" href="${urlFriendly}" data-title="${title}">Ver más</a>
38 </div>
39 </div>
40</div>
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> division[2] [in template "20101#20131#49915" at line 35, column 60] ---- Tip: It's the final [] step 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 urlFriendly = "${portalURL}/w... [in template "20101#20131#49915" at line 35, column 17] ----
1<div class="col-12 col-noticia">
2 <div class="sherd-card card--default no-border d-flex flex-column flex-md-row p-3 p-sm-4 mb-4" id="contenedor-noticias">
3 <#if (Imagenirud.getData())?? && Imagenirud.getData() != "">
4 <img class="news-thumbnail--main mr-md-4 mb-3 mb-md-0 rounded" alt="${Imagenirud.getAttribute("alt")}" src="${Imagenirud.getData()}" />
5 </#if>
6 <div class="card-body p-0 d-flex flex-column justify-content-between">
7 <div class="c-basic-600">
8 <p class="c-basic-600 fs-3 mb-2">
9 <#assign FechaNoticia_Data = getterUtil.getString(FechaNoticia.getData())>
10
11 <#if validator.isNotNull(FechaNoticia_Data)>
12 <#assign FechaNoticia_DateObj = dateUtil.parseDate("yyyy-MM-dd", FechaNoticia_Data, locale)>
13 <#assign anio = dateUtil.getDate(FechaNoticia_DateObj, "yyyy", locale)>
14 <#assign diames = dateUtil.getDate(FechaNoticia_DateObj, "dd", locale)>
15 <#assign mes = dateUtil.getDate(FechaNoticia_DateObj, "MMMM", locale)>
16 ${diames} de ${mes} de ${anio}
17 </#if>
18 </p>
19 <h3 class="fs-7 c-grey-300 mb-3">${TituloNoticia.getData()}</h3>
20 ${ResumenNoticia.getData()}
21 </div>
22 <#assign
23 layout = themeDisplay['plid']
24 layoutService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")
25 layoutObject = layoutService.getLayout(layout?number)
26 modoProd = layoutObject.getGroup().getExpandoBridge().getAttribute('modo-url-prod')
27 portalURL = themeDisplay.getPortalURL()
28 getURLCurrent = themeDisplay.getURLCurrent()
29 division = getURLCurrent?split("/")
30 urlTitle = .vars["reserved-article-url-title"].data
31 title = .vars["reserved-article-title"].data
32 urlFriendly = "${portalURL}/-/${urlTitle}"
33 >
34 <#if division?has_content && modoProd == false >
35 <#assign urlFriendly = "${portalURL}/web/${division[2]}/-/${urlTitle}" >
36 </#if>
37 <a class="fs-3 c-info-300 evento-noticias-ver-mas-gtm" href="${urlFriendly}" data-title="${title}">Ver más</a>
38 </div>
39 </div>
40</div>
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> division[2] [in template "20101#20131#49915" at line 35, column 60] ---- Tip: It's the final [] step 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 urlFriendly = "${portalURL}/w... [in template "20101#20131#49915" at line 35, column 17] ----
1<div class="col-12 col-noticia">
2 <div class="sherd-card card--default no-border d-flex flex-column flex-md-row p-3 p-sm-4 mb-4" id="contenedor-noticias">
3 <#if (Imagenirud.getData())?? && Imagenirud.getData() != "">
4 <img class="news-thumbnail--main mr-md-4 mb-3 mb-md-0 rounded" alt="${Imagenirud.getAttribute("alt")}" src="${Imagenirud.getData()}" />
5 </#if>
6 <div class="card-body p-0 d-flex flex-column justify-content-between">
7 <div class="c-basic-600">
8 <p class="c-basic-600 fs-3 mb-2">
9 <#assign FechaNoticia_Data = getterUtil.getString(FechaNoticia.getData())>
10
11 <#if validator.isNotNull(FechaNoticia_Data)>
12 <#assign FechaNoticia_DateObj = dateUtil.parseDate("yyyy-MM-dd", FechaNoticia_Data, locale)>
13 <#assign anio = dateUtil.getDate(FechaNoticia_DateObj, "yyyy", locale)>
14 <#assign diames = dateUtil.getDate(FechaNoticia_DateObj, "dd", locale)>
15 <#assign mes = dateUtil.getDate(FechaNoticia_DateObj, "MMMM", locale)>
16 ${diames} de ${mes} de ${anio}
17 </#if>
18 </p>
19 <h3 class="fs-7 c-grey-300 mb-3">${TituloNoticia.getData()}</h3>
20 ${ResumenNoticia.getData()}
21 </div>
22 <#assign
23 layout = themeDisplay['plid']
24 layoutService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")
25 layoutObject = layoutService.getLayout(layout?number)
26 modoProd = layoutObject.getGroup().getExpandoBridge().getAttribute('modo-url-prod')
27 portalURL = themeDisplay.getPortalURL()
28 getURLCurrent = themeDisplay.getURLCurrent()
29 division = getURLCurrent?split("/")
30 urlTitle = .vars["reserved-article-url-title"].data
31 title = .vars["reserved-article-title"].data
32 urlFriendly = "${portalURL}/-/${urlTitle}"
33 >
34 <#if division?has_content && modoProd == false >
35 <#assign urlFriendly = "${portalURL}/web/${division[2]}/-/${urlTitle}" >
36 </#if>
37 <a class="fs-3 c-info-300 evento-noticias-ver-mas-gtm" href="${urlFriendly}" data-title="${title}">Ver más</a>
38 </div>
39 </div>
40</div>
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> division[2] [in template "20101#20131#49915" at line 35, column 60] ---- Tip: It's the final [] step 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 urlFriendly = "${portalURL}/w... [in template "20101#20131#49915" at line 35, column 17] ----
1<div class="col-12 col-noticia">
2 <div class="sherd-card card--default no-border d-flex flex-column flex-md-row p-3 p-sm-4 mb-4" id="contenedor-noticias">
3 <#if (Imagenirud.getData())?? && Imagenirud.getData() != "">
4 <img class="news-thumbnail--main mr-md-4 mb-3 mb-md-0 rounded" alt="${Imagenirud.getAttribute("alt")}" src="${Imagenirud.getData()}" />
5 </#if>
6 <div class="card-body p-0 d-flex flex-column justify-content-between">
7 <div class="c-basic-600">
8 <p class="c-basic-600 fs-3 mb-2">
9 <#assign FechaNoticia_Data = getterUtil.getString(FechaNoticia.getData())>
10
11 <#if validator.isNotNull(FechaNoticia_Data)>
12 <#assign FechaNoticia_DateObj = dateUtil.parseDate("yyyy-MM-dd", FechaNoticia_Data, locale)>
13 <#assign anio = dateUtil.getDate(FechaNoticia_DateObj, "yyyy", locale)>
14 <#assign diames = dateUtil.getDate(FechaNoticia_DateObj, "dd", locale)>
15 <#assign mes = dateUtil.getDate(FechaNoticia_DateObj, "MMMM", locale)>
16 ${diames} de ${mes} de ${anio}
17 </#if>
18 </p>
19 <h3 class="fs-7 c-grey-300 mb-3">${TituloNoticia.getData()}</h3>
20 ${ResumenNoticia.getData()}
21 </div>
22 <#assign
23 layout = themeDisplay['plid']
24 layoutService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")
25 layoutObject = layoutService.getLayout(layout?number)
26 modoProd = layoutObject.getGroup().getExpandoBridge().getAttribute('modo-url-prod')
27 portalURL = themeDisplay.getPortalURL()
28 getURLCurrent = themeDisplay.getURLCurrent()
29 division = getURLCurrent?split("/")
30 urlTitle = .vars["reserved-article-url-title"].data
31 title = .vars["reserved-article-title"].data
32 urlFriendly = "${portalURL}/-/${urlTitle}"
33 >
34 <#if division?has_content && modoProd == false >
35 <#assign urlFriendly = "${portalURL}/web/${division[2]}/-/${urlTitle}" >
36 </#if>
37 <a class="fs-3 c-info-300 evento-noticias-ver-mas-gtm" href="${urlFriendly}" data-title="${title}">Ver más</a>
38 </div>
39 </div>
40</div>