An error occurred while processing the template.
Error on line 82, column 17 in 47345
entry.getAssetRenderer() is undefined.
It cannot be assigned to assetRenderer
1<#assign templateUtility = objectUtil("it.eng.tz.liferay.template.TemplateUtility") /> 
2<#assign templateHead    = templateUtility.getTemplateInclude("TPL_Include_head")/> 
3<#assign templateListaUfficioSemplice    = templateUtility.getTemplateInclude("TPL_INCLUDE_ListaUfficioSemplice")/> 
4 
5 
6 
7 
8<!--Inclusione template Head  librerie e script comuni--> 
9<#include "${templatesPath}/${templateHead}" /> 
10<div > 
11 
12 
13 
14 
15 
16<#include "${templatesPath}/${templateListaUfficioSemplice}" /> 
17 
18</div>