I'm new to spring and have been trying to get a simple validation form working.
When I submit the form with an empty
string for the playerName, the validation error does not get picked up in the controller and continues forward.
Here's what I have so far :
Participant.java
ParticipantController.java
participant-form.jsp
ParticipantController.java
pom.xml