Specific version of System.Web.Mvc set to true causes unit test failures

A bunch of my unit tests started failing when I added xVal to my MVC2 application. The unit test failures started when I added a using statement of "xVal.ServerSide" so that I could catch RulesExce...

Id #5381 | Release: None | Updated: Aug 9 2010 at 3:58 PM by MikeAlonso | Created: Aug 9 2010 at 3:58 PM by MikeAlonso

StringLength.MinLength not enforced client side

Hi, I am having some hard time getting StringLength to be enforced client side. I guess some javascript is out of sync? I am using Visual Studio 2010, ASP.NET MVC 2.0 (final), created a new MVC we...

Id #4756 | Release: None | Updated: May 27 2010 at 7:43 PM by andreir | Created: May 27 2010 at 8:44 AM by andreir

Client side validation not working with button

I'm trying to get the client side validation working. I'm getting the errors i expected, but xval doesn't seem to catch the post when i press the submit button in my form. The only thing i can thin...

Id #4292 | Release: None | Updated: May 20 2010 at 6:33 PM by WayneBrantley | Created: Apr 20 2010 at 8:23 AM by RobL

NHibernate.Validator ValidAttribute not supported

The NHibernateValidatorRulesProvider class does not support the NHibernate.Validator ValidAttribute because it does not implement NHibernate.Validator.Engine.IRuleArgs. Client model code: public ...

Id #3894 | Release: None | Updated: Jan 22 2010 at 12:02 PM by peteradams | Created: Jan 22 2010 at 11:58 AM by peteradams

Allow to show model-level error(s)

The following is just a little experience to share. Sometimes I want to show model-level error(s), such as a database error, and because the error(s) is/are not related with any property, so maybe...

Id #3893 | Release: None | Updated: May 20 2010 at 6:32 PM by WayneBrantley | Created: Jan 22 2010 at 2:20 AM by cttoy

Allow for other cultures when comparing dates

When using a RangeRule for comparing a date it is assumed that the date entered by the user is in format "dd/dd/yyyy", but in several (European) cultures it is common to use "dd-mm-yyyy". A solutio...

Id #3875 | Release: None | Updated: Jan 20 2010 at 2:43 PM by wdb | Created: Jan 20 2010 at 2:43 PM by wdb

xVal.Messages.ru-RU.js please add russian

var xVal = xVal || {}; xVal.Messages = { "Required" : "Это поле необходимо заполнить.", "DataType_EmailAddress" : "Пожалуйста, введите корретный адрес электронной почты.", "DataType_Int...

Id #3856 | Release: None | Updated: Jan 18 2010 at 1:15 PM by SamZ | Created: Jan 18 2010 at 1:14 PM by SamZ

this.Plugins[pluginName] is undefined

In firefox 3.5.7 the following line doesn't work in xVal.jquery.validate.js 6. if (pluginName != null) I actually don't know why pluginName is set to an JSON Object, from what I can see the only ...

Id #3827 | Release: None | Updated: Jan 14 2010 at 3:09 PM by bondehagen | Created: Jan 14 2010 at 3:09 PM by bondehagen

Cannot use multiple validation summaries

In my situation I want to use multiple validation summaries, each showing the erros relating to a section of the page. For this I added multiple calls like this: Html.ClientSideValidation<MyEntity>...

Id #3802 | Release: None | Updated: Feb 23 2010 at 8:34 AM by softlion | Created: Jan 12 2010 at 8:25 AM by wdb

Misspelled swedish words in xVal.Messages.sv-SE.js

The word "giltlig" (valid) should be spelled "giltig". The file should look like this: var xVal = xVal || {}; xVal.Messages = { "Required" : "Detta värde krävs.", "DataType_EmailAddress" ...

Id #3664 | Release: None | Updated: Jan 2 2010 at 10:56 AM by davidhagg | Created: Jan 2 2010 at 10:56 AM by davidhagg