tree: 258af87c0e01d94d46971c194965f783231cd9e5 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
plugins/bean-validation/README.md

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