I\'m trying to integrate NHibernate.Validator with ASP.NET MVC client side validations, and the only problem I found is that I simply can\'t convert the non-interpolated message to a human-readable on
I am using xVal with NHibernate Validator and I have a hard time to validate the dates. First, NHibernate does not have validation for Date/DateTime formatting (except Past and Future). Second, I tr
I just configured my NHibValidator. My NHibernate creates the DB schema. When I set MaxLenght=\"20\" to some property of a class then in
I have an ASP.NET MVC project with xVal and data annotations and I need to switch to nHibernate Validation. With data annotations I had a DataAnnotationsValidationRunner and I was doing something like
According to the NHibernate Validator documentation here: http://nhforge.org/wikis/validator/nhibernate-validator-1-0-0-documentation.aspx
I\'m trying to decide what validation approach to take for a new ASP.NET MVC project. (And wow there are plenty of options!)