I have an edit page to edit some info. the page fills a complex object. one of the properties of this object is a generic list.
If I just edit information and save, updatemodel works fine. if i remove (I do this using jquery to remove the form elements client side) something from the list the updatemodel fails with an "object not set to an instance".
I guess the update model is expecting the list to remain of the same legth or something but cannot find any information about this, any ideas?