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

RemoteAttribute not work #8

Closed profsoft closed 11 years ago

profsoft commented 12 years ago

Using griffin.mvccontrib break functionality of RemoteAttribute in models.

jgauffin commented 12 years ago

You need to provide more information

profsoft commented 12 years ago

Create new project, add attribute to model, add method. All work properly, method called, validation work.

[Remote("CheckUserName", "Users", HttpMethod = "Post")] public string UseName { get; set; }

Localize application as it is written here http://www.codeproject.com/Articles/352583/Localization-in-ASP-NET-MVC-with-Griffin-MvcContri. Remote method stop work, method not called.

jgauffin commented 12 years ago

Does it work with the latest packages?

jgauffin commented 11 years ago

No feedback, closing