fermo111
9 Nov 2007, 4:07 AM
The 'nocache' attribute in Ext.UpdateManager.update() doesn't appear to work.
I may have tracked the problem to this line in the Ext.data.Connection class:
if(method == 'GET' && (this.disableCaching && o.disableCaching !== false) || o.disableCaching === true){
When this line is reached following a Ext.UpdateManager.update(), the 'o' object does not have a 'disableCaching' attribute, but has a 'nocache' attribute instead.
Thanks
Luca
I may have tracked the problem to this line in the Ext.data.Connection class:
if(method == 'GET' && (this.disableCaching && o.disableCaching !== false) || o.disableCaching === true){
When this line is reached following a Ext.UpdateManager.update(), the 'o' object does not have a 'disableCaching' attribute, but has a 'nocache' attribute instead.
Thanks
Luca