jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

Doesn't work with validation attributes which override IsValid(Object, ValidationContext) #11

Closed cbovis closed 12 years ago

cbovis commented 12 years ago

Currently a null reference exception is thrown when trying to use validation attributes that override IsValid(Object, ValidationContext) in conjunction with griffin validation extensions.

jgauffin commented 12 years ago

You fixed it. right?

cbovis commented 12 years ago

Sorry, yup fixed this and put in a pull request.