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/index.jsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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/index.jsp') 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