views:

13

answers:

0

I'm using the approach mentioned in the last part of Steve Sanderson's post to dynamically add/remove items in a collection using Ajax: http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/

Does anyone know a way to get this approach working so that it degrades nicely when JS is disabled?

If my model was a single collection then I'd be fine, but I've got a complex model which has multiple sub-properties that are collections of custom objects and this principle needs to work for each of them.