Example 14 (Duplicate Parameter Names) v1.0.0
Matthew Greet 21/04/26

Introduction
This Java project is a simple example of a redesign alternate Struts 2 
annotation-based validation.  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_annotation/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/example14.war into a Jakarta EE server.


Change log
v1.0.0 - 21/04/26
Initial version.
