On my current app we are using ajax heavily for updating forms, often with the response getting injected into an table or unordered list . The entire form is then posted for the action which will actually change state in the domain. For example, say we...