Package org.apache.wicket.bean.validation

This package integrates bean validation framework into Wicket.

See: Description

Package org.apache.wicket.bean.validation Description

This package integrates bean validation framework into Wicket.

The integration is configured using BeanValidationConfiguration. Usually this is done in Application's init method. Once the configuration is intialized and customized, the final step is to call configure passing in the application instance to be configured.

The configuration can be customized using the following integration points:

Once the application is configured form components can be validated by adding a PropertyValidator.

Copyright © 2006–2021 Apache Software Foundation. All rights reserved.