vote up 0 vote down star

I am interested what are possible reasons that ASP.NET MVC 2 will have its own client-side validation instead of merging with xVal validation framework? Has someone from ASP.NET MVC team blogged about it?

flag

2  
just wanted to chime in to say, xVal rocks! – DaRKoN_ Nov 5 at 7:10

1 Answer

vote up 0 vote down

They are providing a way to plug in some other library for client-side validation.

Haacked blog:

Client-Side Validation – ASP.NET MVC 2 includes the jQuery validation library to provide client-side validation based on the model’s validation metadata. It is possible to hook in alternative client-side validation libraries by writing an adapter which adapts the client library to the JSON metadata in a manner similar to the xVal validation framework.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.