Re: Integrating Hibernate Validator with Wicket

2010-02-16 Thread prati
Hi I integrated Hibernate Validator given in Wicket stuff with my application I am getting this error org.hibernate.PropertyValueException: not-null property references a null or transient value: Any ideas? Thanks P Carlos Vara wrote: Hi, if you prefer to use JSR 303 Bean Validation

Re: Integrating Hibernate Validator with Wicket

2010-01-04 Thread ayman elwany
thanks Martin for the link , I used it but I had a problem; public class CarPage extends WebPage { * ..* * ..* UserModel user= ((LoginSession)getSession()).getUserBean(); * ..* *..* *

Re: Integrating Hibernate Validator with Wicket

2010-01-04 Thread Carlos Vara
Hi, if you prefer to use JSR 303 Bean Validation (it's very similar to Hibernate Validator, in fact, it is the reference implementation), I made a blog post about how to integrate it with Wicket: http://carinae.net/2009/12/integration-of-jsr-303-bean-validation-standard-and-wicket-1-4/ On Mon,

Re: Integrating Hibernate Validator with Wicket

2010-01-03 Thread Martin Makundi
http://42lines.net/content/integrating-hibernate-validator-and-wicket 2010/1/4 ayman elwany aymanelw...@gmail.com: Hi, Is there any common practice to integrate wicket with hibernate validator ? - To unsubscribe, e-mail: