You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Struts2-Jsr303-Validation-Plugin 1.0 is available now.

This Plugin works as a bridge between Struts2 and JSR-303 Compliant bean Validator. Some of reference implementation for JSR303 are

  • Hibernate bean validator
  • Apacche Bval

Project Home
Download Plugin

You can use Maven to add plugin in your struts2 application


<dependency>
  <groupId>com.github.umeshawasthi</groupId>
  <artifactId>struts2-jsr303-validation-plugin</artifactId>
  <version>1.0</version>
</dependency>

  • No labels