Vaadin Bean Validation
Validate your data using the Java Bean Validation API 1.0 (JSR-303).
Vaadin Bean Validation add-on consists of a Vaadin validator and a form that automatically applies that validator. It uses the Java Bean Validation API 1.0 (JSR-303) for validating beans based on annotations on their fields.
To use this add-on, the project should contain an implementation of the Bean Validation API (e.g. Hibernate Validator or agimatec-validation).
Links
Compatibility
0.6.0 | 0.6.1 | 0.6.2 | 1.0.0 | |
---|---|---|---|---|
(24.4) | ||||
(24.3) | ||||
(24.2) | ||||
(24.1) | ||||
(24) | ||||
(23) | ||||
(22) | ||||
(21) | ||||
(20) | ||||
(19) | ||||
(18) | ||||
(17) | ||||
(16) | ||||
(15) | ||||
(14) | ||||
(13) | ||||
(12) | ||||
(11) | ||||
(10) | ||||
(8.21) | ||||
(8.20) | ||||
(8.19) | ||||
(8.18) | ||||
(8.17) | ||||
(8.16) | ||||
(8.15) | ||||
(8.14) | ||||
(8.13) | ||||
(8.12) | ||||
(8.11) | ||||
(8.10) | ||||
(8.9) | ||||
(8.8) | ||||
(8.7) | ||||
(8.6) | ||||
(8.5) | ||||
(8.4) | ||||
(8.3) | ||||
(8.2) | ||||
(8.1) | ||||
(8.0) | ||||
(7.7) | ||||
(7.6) | ||||
(7.5) | ||||
(7.4) | ||||
(7.3) | ||||
(7.2) | ||||
(7.1) | ||||
(7.0) | ||||
6.8 | Y | Y | Y | Y |
-6.7 | Y | Y | Y | Y |
-6.6 | Y | Y | Y | Y |
-6.5 | Y | Y | Y | Y |
-6.4 | Y | Y | Y | Y |
-6.3 | Y | Y | Y | Y |
-6.2 | Y | Y | Y | Y |
-6.1 | Y | Y | Y | Y |
-6.0 | Y | Y | Y | Y |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Do not validate fields with no validation annotations, bug fixes
- Released
- 2011-12-08
- Maturity
- CERTIFIED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.0+
- Browser
- Browser Independent
Vaadin Bean Validation - Vaadin Add-on Directory
Validate your data using the Java Bean Validation API 1.0 (JSR-303).Online Demo
Issue Tracker
Source Code
Video Presentation
Vaadin Bean Validation version 0.6.0
null
Vaadin Bean Validation version 0.6.1
Allow use of BeanValidationForm also with items other than BeanItem
Vaadin Bean Validation version 0.6.2
Using Vaadin 6.6
Vaadin Bean Validation version 1.0.0
Do not validate fields with no validation annotations, bug fixes