Se ha producido un error al procesar la plantilla.
Java method "com.liferay.portal.kernel.theme.NavItem.getChildren()" threw an exception when invoked on com.liferay.portal.kernel.theme.NavItem object "com.liferay.portal.kernel.theme.NavItem@38ef55"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: @buildNavigation branchNavItems=branc...  [in template "38913#38948#1226160" in macro "buildNavigation" at line 75, column 49]
	- Reached through: @buildNavigation branchNavItems=branc...  [in template "38913#38948#1226160" at line 24, column 17]
----
1<#assign layoutTool = utilLocator.findUtil("lportal-ce-hook", "as.asac.template.tools.LayoutTool") /> 
2 
3<#if !entries?has_content> 
4	<#if themeDisplay.isSignedIn()> 
5		<div class="alert alert-info"> 
6			<@liferay.language key="there-are-no-menu-items-to-display" /> 
7		</div> 
8	</#if> 
9<#else> 
10	<#assign includeAllChildNavItems = false /> 
11 
12	<#if stringUtil.equals(includedLayouts, "all")> 
13		<#assign includeAllChildNavItems = true /> 
14	</#if> 
15 
16	<div aria-label="<@liferay.language key="site-pages" />" class="list-menu secondary"> 
17	 
18        <#assign ancestorLayout = layoutTool.getLayoutByPlid(themeDisplay.getLayout().getAncestorPlid())! /> 
19        <#assign layoutURL = layoutTool.getLayoutURL(ancestorLayout, themeDisplay) /> 
20        <#if validator.isNotNull(layoutURL)> 
21            <h3 class="position-relative"><a class="border-bottom-left" href="${layoutURL}" title="${languageUtil.format(locale, "go-to-x", ancestorLayout.getName(locale))}">${layoutTool.getTitle(ancestorLayout, locale)}</a></h3> 
22        </#if> 
23	 
24		<@buildNavigation 
25			branchNavItems=branchNavItems 
26			cssClass="layouts" 
27			displayDepth=displayDepth 
28			includeAllChildNavItems=includeAllChildNavItems 
29			navItemLevel=rootLayoutLevel 
30			navItems=entries 
31		/> 
32	</div> 
33	 
34</#if> 
35 
36<#macro buildNavigation 
37	branchNavItems 
38	cssClass 
39	displayDepth 
40	includeAllChildNavItems 
41	navItemLevel 
42	navItems 
43
44		<#if navItems?has_content> 
45		<ul class="${cssClass} level-${navItemLevel}"> 
46			<#list navItems as navItem> 
47				<#assign 
48					nav_item_css_class = "lfr-nav-item" 
49				/> 
50 
51				<#if includeAllChildNavItems || navItem.isInNavigation(branchNavItems)> 
52					<#assign nav_item_css_class = "${nav_item_css_class} open" /> 
53				</#if> 
54 
55				<#if navItem.isSelected()> 
56					<#assign 
57						nav_item_css_class = "${nav_item_css_class} selected active" 
58					/> 
59				</#if> 
60 
61				<li class="${nav_item_css_class}"> 
62					<#if navItem.isBrowsable()> 
63						<a class="${nav_item_css_class}"  
64                            href="${navItem.getRegularURL()!""}"  
65                            <#if navItem.getLayout().isTypeURL()>onclick="this.target='_blank'"</#if> 
66
67                            ${navItem.getName()}  
68                            <#if navItem.getLayout().isTypeURL()><i class="fas fa-external-link-alt ml-1"><!--Icon--></i></#if> 
69                            <#if navItem.getLayout().isTypeLinkToLayout()><i class="fas fa-link ml-1"></i><!--Icon--></i></#if> 
70                        </a> 
71					<#else> 
72						${navItem.getName()} 
73					</#if> 
74					<#if includeAllChildNavItems || navItem.isInNavigation(branchNavItems)> 
75						<@buildNavigation 
76							branchNavItems=branchNavItems 
77							cssClass=cssClass 
78							displayDepth=displayDepth 
79							includeAllChildNavItems=includeAllChildNavItems 
80							navItemLevel=(navItemLevel + 1) 
81							navItems=navItem.getChildren() 
82						/> 
83					</#if> 
84				</li> 
85			</#list> 
86		</ul> 
87		</#if> 
88</#macro> 
Cosas de Dos

Organización y gestión de eventos y venta de productos artesanales de madera

Sandra Fullola Gorgues
Teléfonos
697343953
Sitio web
https://nuestrascosasdedos.com/