Validation on Beans

2009-05-02 Thread J
hi, I'm using Wicket, Spring and Hibernate, and would like to have bean validation declaratively defined in the beans instead of in Wicket UI components. Hibernate has a bean validation framework called Hibernate Validator, and Spring has validation framework that is part of the third party

Re: Validation on Beans

2009-05-02 Thread Igor Vaynberg
there is a project in wicket-stuff that integrates hibernate validator with wicket, have a look there. -igor On Sat, May 2, 2009 at 4:34 PM, J bluecar...@gmx.com wrote: hi,  I'm using Wicket, Spring and Hibernate, and would like to have bean validation declaratively defined in the beans