Re: [hibernate-dev] Hibernate Validator question

2010-02-17 Thread Hardy Ferentschik
Hi Edgar, have you tried posting your question on the appropriate forum - https://forum.hibernate.org/viewforum.php?f=9 ? Validator related usage questions should be discussed there. --Hardy On Wed, 17 Feb 2010 12:36:49 -0300, Maistry, Edgar E wrote: > Hello, > > > I'm trying the Hibernate

[hibernate-dev] Hibernate Validator question

2010-02-17 Thread Maistry, Edgar E
Hello, I'm trying the Hibernate validation framework and having problems validating fields that are dependent on other fields. I've created my own custom constraint but don't know how to pass dynamic data (ie: dependant field value) to this custom constraint. Any help is appreciated. Regard