fzammetti
23 Apr 2009, 7:19 AM
Before udpating from SVN a few minutes ago, the following method signature in my custom DWR data proxy worked:
load : function(inParams, inReader, inCallback, inScope, inArgs) {
After this update though, inArgs is coming up as undefined. I don't know if this is a bug or just an expected signature change or something... looking through the DataProxy.js code, it seems like it should still work... I do know that load is deprecated, so I'm wondering if someone updated something and didn't also update it to allow load to work as well?
load : function(inParams, inReader, inCallback, inScope, inArgs) {
After this update though, inArgs is coming up as undefined. I don't know if this is a bug or just an expected signature change or something... looking through the DataProxy.js code, it seems like it should still work... I do know that load is deprecated, so I'm wondering if someone updated something and didn't also update it to allow load to work as well?