I started experimenting with bean validation and it looks very good. I found from mailing lists the following thread
http://www.mail-archive.com/hibernate-dev@lists.jboss.org/msg03380.html describing adding interpolation parameters to ConstraintValidatorContex. I could use the functionality on a project I am working on and would like to know if there are any plans to include it to JSR-303 or hibernate validation? Or is there another way to add interpolation parameters in validators? I managed to create one possible solution using custom message interpolator though but it seems a bit of a hack to me :).