@@ -194,11 +195,16 @@
Tipo de Estudio
@@ -364,6 +375,8 @@
+
+
diff --git a/curriculumsearch/src/main/webapp/jsp/listapostulantes.jsp b/curriculumsearch/src/main/webapp/jsp/listapostulantes.jsp
deleted file mode 100644
index 22fe8ab..0000000
--- a/curriculumsearch/src/main/webapp/jsp/listapostulantes.jsp
+++ /dev/null
@@ -1,44 +0,0 @@
-<%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-
-
-
-
-
-
-
-
- ${postulante.id}
- ${postulante.nombre}
- ${postulante.apellido}
- ${postulante.ci}
- ${postulante.correo}
- ${postulante.ciudadId}
- ${postulante.telefono}
- ${postulante.fechaNacimiento}
- ${postulante.resumen}
- ${postulante.nivelIngles}
- ${postulante.curriculum}
- ${postulante.estadoCivil}
- ${postulante.nacionalidad}
- ${postulante.tipoDocumento}
- ${postulante.disponibilidad}
-
- ${postulante.getCiudad().getNombre()}
-
-
-
-
-
-
- ${detalle_tecnologia.getTecnologia().getNombre()}
-
-
-
-
-
-
-
-
-
\ No newline at end of file