I\'m creating a small page where users can modify the name of categories and items with the help of jeditable/jquery.
i have a strongly typed asp.net-mvc view and the Model has a .Links property. Links is an array of link, which has a URL, a Description and an ID.
I found this to be almost exactly what I\'m trying to do. I\'m using Jeditable I can get the default setup to work. I\'ve also been able to get the code in the forum above to work. I believe my proble