Garantizar el derecho humano al agua y al saneamiento, una prioridad en emergencias - Ahora
Nested Applications
Uretarako eta saneamendurako giza eskubidea bermatzea, lehentasun bat larrialdietan
ERREPORTAJEAK
URETARAKO ETA SANEAMENDURAKO GIZA ESKUBIDEA BERMATZEA, LEHENTASUN BAT LARRIALDIETAN
Espainiako Gurutze Gorriaren ur eta saneamendu-larrialdietarako erantzun unitateak 20 urte bete ditu bertan laguntza ematen, helburu argi batekin: hondamendi baten ondoren arriskurik handiena duen giza eskubideetako bat bermatzen laguntzea, edateko ura eta saneamendua eskuratzea.
Cruz Roja
IDAZLEA:
ELKARRIZKETAGILEA:
Cruz Roja
Banner Compártelo Reportaje Pequeño
Compártelo
Parte 1
Errorea gertatu da txantiloia prozesatzerakoan.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- 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: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
PArte 2
Errorea gertatu da txantiloia prozesatzerakoan.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- 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: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
Parte 3
Errorea gertatu da txantiloia prozesatzerakoan.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- 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: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
Parte 4
Errorea gertatu da txantiloia prozesatzerakoan.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- 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: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
Banner Compártelo Reportaje
Gure ahotsa jende gehiagorengana
irits dadin. Partekatu.
irits dadin. Partekatu.
Eduki publikatzailea
INTERESGARRIA IZAN DAITEKE ZURETZAT
Banner Home
IRAKURRI INTERESATZEN ZAIZUNA
Harpidetu gure newsletterra eta aurkitu milioi bat istorio txiki.