Example 13 (Fixeed Multiple Parameter Names Test) v1.0.0
Matthew Greet 09/05/26

Introduction
This Java project tests Struts 2 handling multiple form fields with the same 
name using the Struts Commons library .   It is Java source code that compiles 
into a WAR file.  It is intended for Java developers using Struts 2.  See 
http://www.matthewgreet.name/programming/struts2/fixing_duplicate_parameter_names_example.html

Requirements
JDK 8 or better
Maven 3
Jakarta EE server, such as Tomcat 9

Installation
Unzip all files, run mvn, and copy target/example1.war into a Jakarta EE server.


Change log
v1.0.0 - 09/05/25
Initial version

