From 5b6b5b62a0dfd4525db9a97a52634d1f8bb8e19c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 28 Mar 2026 21:35:10 +0530 Subject: Added a simple application showing form submission --- .../src/main/webapp/WEB-INF/web.xml | 7 +++++++ .../src/main/webapp/index.jsp | 14 ++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 maven/03-hello2-form-submission-webapp/src/main/webapp/index.jsp (limited to 'maven/03-hello2-form-submission-webapp/src/main/webapp') diff --git a/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml b/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/maven/03-hello2-form-submission-webapp/src/main/webapp/index.jsp b/maven/03-hello2-form-submission-webapp/src/main/webapp/index.jsp new file mode 100644 index 0000000..77dd3d6 --- /dev/null +++ b/maven/03-hello2-form-submission-webapp/src/main/webapp/index.jsp @@ -0,0 +1,14 @@ + + + + Jakarta EE 11 Servlet Post Example + + +

Enter your name

+
+ + + +
+ + \ No newline at end of file -- cgit v1.2.3