Tagged Questions
4
votes
2answers
599 views
xVal in MVC.NET with nHibernate.validator does not fire client validation
I have an ASP.NET MVC Project working with NHibernate and NHibernate.Validator and i'd like to use xVal 1.0 (most recent release).
I Added the requested scripts to the project and referenced it in ...
3
votes
1answer
353 views
How to get Castle Client Side Validation with xVAl
Has anybody had problems using Castle and Client Side validation? I’ve found that only my numbers (Int, Decimal, Double, etc) gets picked up by ClientSideValidation. Strings, dates, enums and other ...
0
votes
2answers
179 views
Upgrade MVC1/xVal project to MVC2 and compatibilities with client side validation
I am currently looking here to migrate a project from MVC1 to MVC2. We are using xVal for client side validation.
From what I understand, I only have to remove references to xVal and replace by MVC2 ...