Ruta de navegación

Registro de Publicaciones

Recursos entregados en administración

Se ha producido un error al procesar la plantilla.
Java method "static com.liferay.document.library.kernel.service.DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String, long)" threw an exception; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign fileA = fileAEntry.getFileEnt...  [in template "20100#20136#335849" at line 17, column 41]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8<tr> 
9	<td>${Orden.getData()}</td> 
10	<td>${.vars['reserved-article-title'].data}</td> 
11	<td> 
12		<#if Procedimiento.getData()?has_content> 
13			<#if Procedimiento.getSiblings()?has_content> 
14				<#list Procedimiento.getSiblings() as cur_Procedimiento> 
15					<#assign filAID = cur_Procedimiento.getData()?string?split("/")[5]?split("?")[0]> 
16					<#assign fileAEntry = staticUtil["com.liferay.document.library.kernel.service.DLFileEntryLocalServiceUtil"]> 
17					<#assign fileA=fileAEntry.getFileEntryByUuidAndGroupId(filAID, groupId) > 
18					<a href="${cur_Procedimiento.getData()}">${fileA.getTitle()} </a> 
19				</#list> 
20			<#else> 
21			</#if> 
22		</#if> 
23	</td> 
24</tr>