Asset Publisher

Colegio Notarial de Andalucía

Colegio Notarial de Andalucía

Address:San Miguel, 1 41002 - Sevilla (Sevilla)

Phone: 954.915.944

Fax:954.915.472

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

Email: colegio@andalucia.notariado.org

    Headquarters: Sevilla
    Address: San Miguel, 1 41002 - Sevilla (Sevilla)
    Phone: 954.915.944
    Fax: 954.915.472
    Headquarters: Granada
    Address: San Jerónimo, 50 18001 - Granada (Granada)
    Phone: 958.202.711
    Fax: 958.281.122

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@5d394db7"; 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	  <label for="menu" class="sr-only">Elige colegio notarial</label> 
13		<select class="field form-control hola" id="menu" class="w-100"> 
14            <#if colegiosFiltered?has_content> 
15                <#list colegiosFiltered?sort_by("nombreOficial") as colegio> 
16                    <#if colegio.nombreOficial?has_content && colegio.urlWebPublica?has_content> 
17						<option value="${colegio.urlWebPublica}"> 
18                            ${colegio.nombreOficial} 
19						</option> 
20                    </#if> 
21                </#list> 
22            </#if> 
23            </#if> 
24		</select> 
25	</form> 
26 
27 
28	<button class="btn btn-primary btn-default float-left" value="Buscar" onclick="searchColegios()" 
29			target="_blank"><@liferay.language key='go'/></button> 
30</div> 
31<script type="text/javascript"> 
32    goBtn = document.getElementById("goBtn"); 
33    menu = document.getElementById("menu"); 
34 
35 
36    function searchColegios() { 
37        window.open(menu.value); 
38
39 
40</script> 

Asset Publisher