Wicket in Action

Bean Validation with Apache Wicket

07 October 2011, by dashorst

Bean Validation with Apache Wicket was the subject of a presentation on JEE6 and Apache Wicket given at JavaOne 2011 by Juliano Viana.

all that you need is a single Java class that bridges the Wicket validation framework and the JSR 303 validation engine.

See his blog post for more code and a link to his presentation.

-->