I can\'t seem to get any client side validation working on a MVC 2 RC app.
My model has the following:
public class ExampleModel
{
[Required(Erro
Ok I figured this out... and it is 100% my fault. Although, a couple of the posts included some information that I did need also.
The main problem, which I am suprised no one noticed, was my HTML to include the scripts... look up at my post and see if you can see the problem.
I was using a Everything works then. You definately do need to include the 'MicrosoftMvcJQueryValidation.js' file from the futures project so I am upvoted all the posts that mentioned that. Out of the box though that file is NOT included. If your not worried about using JQuery then you can just use the following includes to use the Microsoft implementation which will work out of the box with the RC: I hope I can save at least one person some grief... I still can't believe how I could have screwed up the include and not noticed it for sooooo long. Thanks again for all your help. tag instead of the proper