Asset Publisher

Colegio Notarial de Valencia

Colegio Notarial de Valencia

Address:Pascual y Genís, 21 46002 - Valencia (Valencia)

Phone: 963.512.585

Fax: 963.516.553

Web Page: https://valencia.notariado.org

Email: colegio@cnotarial-valencia.com

Choose your notary

Enter the data to find a notary:

Fill in at least one of the fields

Protocol locator

Enter the name and surname of the notary in the deed you want to locate:

Fill in all the fields

Web de Colegios

An error occurred while processing the template.
Java method "es.in2.ancert.osgi.bdcorpo.ColegiosServiceWrapper.getColegios()" threw an exception when invoked on es.in2.ancert.osgi.bdcorpo.ColegiosServiceWrapper object "es.in2.ancert.osgi.bdcorpo.ColegiosServiceWrapper@5ea41550"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign colegios = ColegiosService.ge...  [in template "176498#176544#469881" at line 2, column 1]
----
1<#assign ColegiosService = serviceLocator.findService("es.in2.ancert.bdcorpo.client.service.ColegiosService") /> 
2<#assign colegios = ColegiosService.getColegios()! /> 
3<#assign colegiosFiltered = [] /> 
4<#if colegios?has_content> 
5<#list colegios as colegio> 
6    <#if colegio.nombreOficial??> 
7        <#assign colegiosFiltered = colegiosFiltered + [colegio] /> 
8    </#if> 
9</#list> 
10<div> 
11	<form class="mb-3"> 
12		<select class="field form-control hola" id="menu" class="w-100"> 
13            <#if colegiosFiltered?has_content> 
14                <#list colegiosFiltered?sort_by("nombreOficial") as colegio> 
15                    <#if colegio.nombreOficial?has_content && colegio.urlWebPublica?has_content> 
16						<option value="${colegio.urlWebPublica}"> 
17                            ${colegio.nombreOficial} 
18						</option> 
19                    </#if> 
20                </#list> 
21            </#if> 
22            </#if> 
23		</select> 
24	</form> 
25 
26 
27	<button class="btn btn-primary btn-default float-left" value="Buscar" onclick="searchColegios()" 
28			target="_blank"><@liferay.language key='go'/></button> 
29</div> 
30<script type="text/javascript"> 
31    goBtn = document.getElementById("goBtn"); 
32    menu = document.getElementById("menu"); 
33 
34 
35    function searchColegios() { 
36        window.open(menu.value); 
37
38 
39</script> 

Asset Publisher