Files
struts/plugins/bean-validation
jdyer1 2202e5fbbb WW-5141
- initial attempt to update references javax>jakarta and get things to compile
2023-12-16 10:39:28 +01:00
..
2023-12-16 10:39:28 +01:00
2023-12-16 10:39:28 +01:00

Struts 2 Bean Validation plugin

This plugin add support for using the Bean Validation API instead of the built-in native Struts 2 validation logic. You will find more details in documentation.

Installation

Just drop this plugin JAR into WEB-INF/lib folder or add it as a Maven dependency. You must also provide a proper implementation of the Bean Validation API, eg.: Hibernate Bean Validation