Asset Publisher

Colegio Notarial de Castilla y León

Colegio Notarial de Castilla y León

Address:Almirante Bonifaz, 18, 1º 09003 - Burgos (Burgos)

Phone: 947.203.874 , 947.262.783

Fax:947.260.534

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

Email: info@castillayleon.notariado.org

    Headquarters: Burgos
    Address: Almirante Bonifaz, 18, 1º 09003 - Burgos (Burgos)
    Phone: 947.203.874 , 947.203.874
    Fax: 947.260.534
    Headquarters: Valladolid
    Address: Teresa Gil, 14 47002 - Valladolid (Valladolid)
    Phone: 983.217.775
    Fax: 983.217.776

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