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 +++++++ 1 file changed, 7 insertions(+) create mode 100644 maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml (limited to 'maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF') 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 + -- cgit v1.2.3