In umbraco 6 has anyone got remote validation (http://www.codeproject.com/Tips/669824/Implementing-Remote-Validation-in-MVC) working on a model with an umbraco surfacecontroller? If i do it with one field it works when more than one field i get ysod moaning about current page not being set.
I had the same problem with Umbraco 7.1.8, turned out to a buggy version of jQuery Unobtrusive Validation included in Umbraco. I installed the latest package from nuget (3.2.2) and referenced instead and it resolved the problem. Maybe the same issue with 6.
Remote attribute with Umbraco
Guys,
In umbraco 6 has anyone got remote validation (http://www.codeproject.com/Tips/669824/Implementing-Remote-Validation-in-MVC) working on a model with an umbraco surfacecontroller? If i do it with one field it works when more than one field i get ysod moaning about current page not being set.
Regards
Ismail
Hi,
I had the same problem with Umbraco 7.1.8, turned out to a buggy version of jQuery Unobtrusive Validation included in Umbraco. I installed the latest package from nuget (3.2.2) and referenced instead and it resolved the problem. Maybe the same issue with 6.
Duncan.
The controller with your remote method was it an umbraco surface controller?
Ismail
Yep.
Ismail, did you find a way to resolve the current page when requesting via remote attribute?
is working on a reply...