The following has evaluated to null or missing:
==> confTool.getLayoutFromLinkToPage(cur_Level2Label.Level2Page.getData(), groupcheck, false) [in template "10154#10194#891512" at line 29, column 53]
----
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: #assign cur_Level2Layout = confTool.g... [in template "10154#10194#891512" at line 29, column 25]
----
1<div class="template_menu_spalla">
2
3 <#-- current layout -->
4 <#assign currentPlid = themeDisplay.getPlid() >
5 <#assign currentPlidLong = getterUtil.getLong(currentPlid) >
6
7 <#assign currentLayout = layoutLocalService.getLayout(currentPlidLong) >
8 <#assign curr_friendly_url = currentLayout.getFriendlyURL(locale) >
9 <!-- $curr_friendly_url -->
10 <#assign minLevelParent = 100000 >
11 <#if groupId?has_content && groupId != 14502>
12 <#assign groupcheck = groupId>
13 <#else>
14 <#assign groupcheck = 14502>
15 </#if>
16 <div>
17 <a class="level0" onclick="jQuery(this).next().slideToggle()">
18 <span class="append-triangle-down">
19 <#if SectionTitle??>
20 ${SectionTitle.getData()}
21 </#if>
22 </span>
23 </a>
24
25 <#if Level1Label.getSiblings()?has_content>
26 <#list Level1Label.getSiblings() as cur_Level1Label>
27 <#if cur_Level1Label.Level2Label.getSiblings()?has_content>
28 <#list cur_Level1Label.Level2Label.getSiblings() as cur_Level2Label>
29 <#assign cur_Level2Layout = confTool.getLayoutFromLinkToPage(cur_Level2Label.Level2Page.getData(), groupcheck, false) >
30
31 <#assign levelOfParent = confTool.indexOfParent(currentLayout, cur_Level2Layout.getLayoutId()) >
32 <#if levelOfParent < minLevelParent && levelOfParent!=-1 >
33 <#assign minLevelParent = levelOfParent >
34 </#if>
35 </#list>
36 </#if>
37 </#list>
38 </#if>
39
40 <div class="items">
41
42 <#if Level1Label.getSiblings()?has_content>
43 <ul>
44 <#list Level1Label.getSiblings() as cur_Level1Label>
45 <li>
46 <#if cur_Level1Label.Level1Page.getFriendlyUrl()=="">
47 <div class="level1 blue_button nolink">
48 ${cur_Level1Label.getData()}
49 </div>
50 <#else>
51 <a class="level1 blue_button" href="${cur_Level1Label.Level1Page.getFriendlyUrl()}">
52 ${cur_Level1Label.getData()}
53 </a>
54 </#if>
55
56 <ul class="box_bianco">
57 <#if cur_Level1Label.Level2Label.getSiblings()?has_content>
58 <#list cur_Level1Label.Level2Label.getSiblings() as cur_Level2Label>
59 <#if cur_Level2Label.getData()?has_content>
60 <#assign cur_Level2CompleteURL = cur_Level2Label.Level2Page.getFriendlyUrl() >
61 <#assign cur_Level2Layout = confTool.getLayoutFromLinkToPage(cur_Level2Label.Level2Page.getData(), groupcheck, false) >
62 <#assign levelOfParent = confTool.indexOfParent(currentLayout, cur_Level2Layout.getLayoutId()) >
63
64 <li>
65 <#if cur_Level2CompleteURL=="">
66 <div class="level2 nolink">
67 <span>${cur_Level2Label.getData()}</span>
68 </div>
69 <#elseif levelOfParent == minLevelParent && levelOfParent!=-1>
70 <a class="level2 current" href="${cur_Level2CompleteURL}">
71 <span class="append-triangle-right">${cur_Level2Label.getData()}</span>
72 </a>
73 <#else>
74 <a class="level2" href="${cur_Level2CompleteURL}">
75 <span class="append-triangle-right">${cur_Level2Label.getData()}</span>
76 </a>
77 </#if>
78 </li>
79 </#if>
80 </#list>
81 </#if>
82 </ul>
83 </li>
84 </#list>
85 </ul>
86 </#if>
87 </div>
88 </div>
89</div>
La Sfida

IL GRUPPO INTESA SANPAOLO VITA LANCIA IL CONTEST ONLINE “LA SFIDA”
Le Compagnie assicurative del Gruppo Intesa Sanpaolo Vita lanciano una nuova iniziativa dedicata ai giovani con l’obiettivo di diffondere il valore della cultura assicurativa e della sostenibilità. Testimonial dell’iniziativa il Trio Medusa, che guiderà i partecipanti durante “La Sfida”: i tre comici Giorgio Daviddi, Gabriele Corsi e Furio Corsetti, saranno i protagonisti delle 10 storie del contest, proponendo con ironia situazioni di vita quotidiana e fornendo suggerimenti sul mondo della protezione e della previdenza.
Per partecipare al contest “La Sfida” basta iscriversi sul sito https://lasfida.inactionesg.it/ .
Dal 16 gennaio 2023, ogni lunedì per 10 settimane, una nuova storia, dove i giocatori saranno i veri artefici dello sviluppo del gioco: con le loro scelte, infatti, influenzeranno l’andamento narrativo, decidendo ad ogni bivio come proseguire. Ogni scelta consentirà all’utente di capire l’importanza dei comportamenti virtuosi, guadagnare dei punti e poter scalare le classifiche settimanali per vincere i tanti premi in palio.
“La Sfida” è un’iniziativa delle compagnie assicurative Intesa Sanpaolo Vita, Intesa Sanpaolo Life, Fideuram Vita, Intesa Sanpaolo Assicura e Intesa Sanpaolo RBM Salute. Tutte le informazioni e il regolamento per partecipare a “La Sfida” sono disponibili sul sito https://lasfida.inactionesg.it/
