In my app i add records like in the fiddle below.

And like in the fiddle below, the proxy does not receive a create event.

Only after an update of the record, the proxy receives an update message.

You can see all this in the console of your browser.

I must misunderstand something because older versions of extjs work the same.

My question is: How does the server know a new record is created if the proxy is not notified.? Am i missing something?