Threaded View
-
14 Nov 2011 1:02 AM #1
ext.domquery.isxml is undefined
ext.domquery.isxml is undefined
Hi,
while trying to parse xml through an ajax proxy, i'm getting this error:
As far as i understand, "ext.domquery.isxml" isn't even defined.Uncaught TypeError: Object [object Object] has no method 'isXml'
related code segment:
any ideas?Code:model: 'app.models.Category', autoLoad: false, proxy: { type: 'ajax', url: 'test.xml', reader: { type: 'xml', root: 'items', record: 'item' } }
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-1059
in
2.0.


Reply With Quote