JSON / MVC (3P1) HttpPost - not getting it to work on my EF class
In mixing and matching older tutorials with recent posts on MVC 3 Preview 1, I run into the following problem. I am trying to move to JSON-driven edits of my Fighter model (and the underlying db) instead of 'plain old' edits without JSON. I have an edit view (that uses a Shared EditorTemplate , fighter.ascx ) setup for my Fighter class (which exists in an EF 4 model). On this I have 2 buttons. One 'old' one, which is a submit that calls my editcontroller without JSON, and one is a new one, for which I've written a new HttpPost ActionResult The old button works: the new button is only half