You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by J <bl...@gmx.com> on 2009/05/03 01:34:13 UTC

Validation on Beans

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 "Spring-Modules". Both use validation by annotating the beans.

I like this approach, but how can I use it with Wicket?


Cheers,
J

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Validation on Beans

Posted by Igor Vaynberg <ig...@gmail.com>.
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 <bl...@gmx.com> wrote:
> 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 "Spring-Modules". Both use validation by annotating the beans.
>
> I like this approach, but how can I use it with Wicket?
>
>
> Cheers,
> J
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org