Hybrid View
-
15 Nov 2012 1:58 AM #1
Missing "operation" argument in Store Load Event
Missing "operation" argument in Store Load Event
Since last Architect update (2.1.0 B676), "operation" argument is removed, why ?
How can I catch "operation.error" property when store load fails ?
-
15 Nov 2012 10:46 AM #2
What framework?
Aaron Conran
@aconran
Sencha Architect Development Team
-
19 Nov 2012 12:41 AM #3
ExtJS 4.1.3.425
Even in the API's doc the parameter doesn't appear anymore :
http://docs.sencha.com/ext-js/4-1/#!...ore-event-load
-
21 Nov 2012 5:04 AM #4
-
26 Nov 2012 7:21 AM #5
-
26 Nov 2012 12:12 PM #6
This is more of a framework question than an Architect question, but I think the store's load event does not include the Operation object because an Operation is closely tied to a Proxy, and the load event can be fired by stores that do not have a proxy.
You should take my advice with a grain of salt, and follow up in the Ext JS forums if it doesn't work, but I would look into the 'exception' event fired by the proxy: http://docs.sencha.com/ext-js/4-1/#!...vent-exceptionJason Johnston
@lojjic
Sencha Architect Development Team
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote