diff --git a/pom.xml b/pom.xml index 9b4ec8b..321ccf1 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,11 @@ test + org.glassfish.web + jakarta.servlet.jsp.jstl + 2.0.0-M1 + + org.postgresql postgresql 42.3.5 diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index 0061e57..9234081 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -1,5 +1,5 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" -pageEncoding="UTF-8"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>