Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
misuperproyecto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nahuel Mereles Rodriguez
misuperproyecto
Commits
64656c03
Commit
64656c03
authored
2 years ago
by
Jose Baez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se agrega libreria jstl
parent
e95f4c47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
pom.xml
+5
-0
src/main/webapp/formulario_bootcamp.jsp
+2
-2
No files found.
pom.xml
View file @
64656c03
...
@@ -37,6 +37,11 @@
...
@@ -37,6 +37,11 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.glassfish.web
</groupId>
<artifactId>
jakarta.servlet.jsp.jstl
</artifactId>
<version>
2.0.0-M1
</version>
</dependency>
<dependency>
<groupId>
org.postgresql
</groupId>
<groupId>
org.postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<artifactId>
postgresql
</artifactId>
<version>
42.3.5
</version>
<version>
42.3.5
</version>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/formulario_bootcamp.jsp
View file @
64656c03
<
%@
page
language=
"java"
contentType=
"text/html; charset=UTF-8"
<
%@
page
contentType=
"text/html;charset=UTF-8"
language=
"java"
%
>
pageEncoding=
"UTF-8"
%
>
<
%@
taglib
prefix=
"c"
uri=
"http://java.sun.com/jsp/jstl/core"
%
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment