I have a POST method declared in my controller:
[AcceptVerbs(HttpVerbs.Post)] public ActionResult UpdateComments(int id, string comments) { // ... }
try including