Seems like xVal integrate NHV and xVal to use it with Asp.Net MVC, but you should have a look what is going on in background: https://xval.svn.codeplex.com/svn/RulesProviders/NHibernateValidator/NHibernateValidatorRulesProvider.cs
Seems like is providing client&server side validation for NHV, I should check this deeper. Also few days ago, I wrote this entry in how to integrate MVC with NHV, this is just server-side validation, but works fine. http://nhforge.org/blogs/nhibernate/archive/2009/04/02/nhibernate-validator-and-asp-net-mvc.aspx Suggestions are welcome. On Mon, Apr 13, 2009 at 8:02 AM, shapper <[email protected]> wrote: > > Hello, > > I am using ASP.NET MVC and I would like to use NHibernate Validators > on my projects together with XVal (http://blog.codeville.net/ > 2009/01/10/xval-a-validation-framework-for-aspnet-mvc/<http://blog.codeville.net/%0A2009/01/10/xval-a-validation-framework-for-aspnet-mvc/> > ) > > - To use the NHibernate validators I only need to use the > NHibernate.Validator.dll assembly right? > - Where can I find a complete list of the validation types available? > (Length, CreditCard, etc). > > Thanks, > Miguel > > > > > -- Dario Quintana http://darioquintana.com.ar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
