SKYConteúdo SKYBR | Carrossel Highlight
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> cur_imgBannerInterna.reference  [in template "20116#20152#4239488" at line 32, column 84]

----
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: ${cur_imgBannerInterna.reference.getD...  [in template "20116#20152#4239488" at line 32, column 82]
----
1<#if imgBannerInterna.getSiblings()?has_content> 
2<div data-component-type="gadget_carousel" data-component-id="CORCOM46" class="full-banner-carousel"> 
3    <div class="banner-carousel owl-carousel owl-theme"> 
4    <#assign count = 1 /> 
5 
6    <#list imgBannerInterna.getSiblings() as cur_imgBannerInterna> 
7        <#if cur_imgBannerInterna.getData()?? && cur_imgBannerInterna.getData() != ''> 
8            <#assign img1 = cur_imgBannerInterna.getData() /> 
9            <#assign img1_alt = cur_imgBannerInterna.getAttribute("alt") /> 
10        <#else> 
11            <#assign img1 = cur_imgBannerInterna.imgBannerExterna.getData() /> 
12            <#assign img1_alt = '' /> 
13        </#if> 
14 
15        <#if cur_imgBannerInterna.imgSecundariaInterna.getData()?? && cur_imgBannerInterna.imgSecundariaInterna.getData() != ''> 
16            <#assign img2 = cur_imgBannerInterna.imgSecundariaInterna.getData() /> 
17            <#assign img2_alt = cur_imgBannerInterna.imgSecundariaInterna.getAttribute("alt") /> 
18        <#else> 
19            <#assign img2 = cur_imgBannerInterna.imgSecundariaExterna.getData() /> 
20            <#assign img2_alt = '' /> 
21        </#if> 
22         
23        <#assign url = 'href="javascript:;"' /> 
24        <#if cur_imgBannerInterna.linkInterno.getFriendlyUrl()?? && cur_imgBannerInterna.linkInterno.getFriendlyUrl() != ''> 
25            <#assign url = 'href="${cur_imgBannerInterna.linkInterno.getFriendlyUrl()}"' /> 
26        <#elseif cur_imgBannerInterna.linkExterno.getData()?? && cur_imgBannerInterna.linkExterno.getData() != ''> 
27            <#assign url = 'href="${cur_imgBannerInterna.linkExterno.getData()}"' /> 
28 
29        </#if> 
30 
31         
32    <div data-componente-type="gadget_item_carousel" data-item-banner-reference="${cur_imgBannerInterna.reference.getData()!'none'}" data-componente-id="CORCOM2793" class="item clearfix"> 
33        <a ${url}  
34			<#if getterUtil.getBoolean(cur_imgBannerInterna.novaAba.getData())>target="_blank"</#if>  
35			<#if getterUtil.getBoolean(cur_imgBannerInterna.modalVideo.getData())>  
36				data-link-target="_modalvideo" class="preventDefault" 
37			</#if>  
38			<#if url != 'href="javascript:;"'> 
39				data-gtm-type="${cur_imgBannerInterna.gtmTypeImg.getData()}" data-gtm-category="${gtmCategory.getData()}" data-gtm-action="${cur_imgBannerInterna.gtmActionImg.getData()}" data-gtm-label="${count}:${cur_imgBannerInterna.gtmLabelImg.getData()}"  
40			</#if>  
41
42            <div class="image"> 
43                <div class="bg-image desktop-image" style="background:url('${img1}') no-repeat center; background-size:cover"> 
44                    <img src="${img1}" style="opacity:0" alt="${img1_alt}" /> 
45                </div> 
46            </div> 
47         
48            <div class="container-overlay"> 
49                <div class="overlay"> 
50                    <div class="sky-container clearfix" style="bottom:0;"> 
51                        <div class="image-container" style="width:auto;"> 
52                            <img src="${img2}" title='' alt="${img2_alt}" /> 
53                        </div> 
54                    </div> 
55                </div> 
56            </div> 
57        </a> 
58    </div> 
59    <#assign count++ /> 
60    </#list> 
61     
62    </div> 
63</div> 
64 
65<script type="text/javascript"> 
66    require_sky(['component!carousel#gadget_carousel']); 
67</script> 
68 
69</#if> 
Conteúdo SKYBR | Minha Sky Home
Conteúdo SKYBR | Guia de Programação (Home)
Conteudo SKYBR | Destaques da Programação
Conteudo SKYBR | Pacotes e Serviços

Pacotes e Serviços

Conteúdo SKYBR | Carrossel Canais Opcionais (Home)
Conteúdo SKYBR | Novidades

NOVIDADES