My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Presentation

This project aims at integrating the JSR303 Bean Validation spec into Wicket. To achieve that purpose, it provides custom validators which can be applied on Forms or FormComponents.

See the project announcement here : Wicket JSR303 Validators

Features

Currently supported :

  • Annotations
  • Validation on all or a single form components
  • Annotations inheritance from super classes and interfaces
  • Validation of nested forms
  • Validation of objects graph with the @Valid annotation
  • Group validation and @GroupSequence annotation

In progress :

  • Custom error messages with a custom message interpolator
  • Client side validation with javascript
  • Class level validation
  • Other models than AbstractPropertyModel and CompoundPropertyModel
  • More FormComponent types, other than AbstractTextComponent
  • Supports annotations on methods ?

Proposed Enhancements :

Powered by Google Project Hosting