Files
Lukasz Lenart f8d42eb023 Prepare for a new development cycle of Struts 6.11.0 (#1739)
* [maven-release-plugin] prepare release STRUTS_6_10_0

* [maven-release-plugin] prepare for next development iteration
2026-06-14 07:39:08 +00: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