mvc-2-validation

ASP.Net MVC 2.0 Validating disabled input fields

My MVC validation is failing on disabled form fields - saying that they are required, even though these disabled input fields have values set. I read this http://weblogs.asp.net/imranbaloch/archive/2010/06/20/disabling-client-side-validation-for-disabled-input-controls-in-asp-net-mvc.aspx which explains how to modify the MicrosoftMvcVal...