I have a view that is bound to an object called “Requisition”
On this view we are only modifying is child records.
My question is: When I submit the form I have the object requisitionForm, and this object is only partially complete.
How do I save just the new changes?
Should I take the requisitionForm (incomplete) and merge it with requisition (complete) ?
thanks!

Remove the
requisitionFormparameter, and callUpdateModel(requisition)