From 64656c0357915dbb504cd6f567796aae20ff36d9 Mon Sep 17 00:00:00 2001 From: JoseBaezx Date: Fri, 13 May 2022 14:54:37 -0400 Subject: [PATCH] Se agrega libreria jstl --- pom.xml | 5 +++++ src/main/webapp/formulario_bootcamp.jsp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" %> -- libgit2 0.26.0