[Xsltforms-support] Initialization problem on Opera 11.01
Brought to you by:
alain-couthures
From: Grégoire C. <gco...@gm...> - 2011-04-11 18:03:07
|
Hi! I tried my form with Opera 11.01 and it crashes on loading with the following report : ======== <localhost> XSLTForms Exception -------------------------- Error initializing : <anonymous function: Core.selectSingleNode>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:430 <anonymous function: loadProperties>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:130 <anonymous function: get>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:952 <anonymous function: init>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:1546 initImpl([arguments not available])@https://localhost:8443/:977 init([arguments not available])@https://localhost:8443/:3 <anonymous function>([arguments not available])@ Error initially occured at <anonymous function: Core.loadNode>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:466 <anonymous function: loadProperties>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:130 <anonymous function: get>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:952 <anonymous function: init>([arguments not available])@https://localhost:8443/xsltforms/trunk/build/xsltforms.js:1546 initImpl([arguments not available])@https://localhost:8443/:977 init([arguments not available])@https://localhost:8443/:3 <anonymous function>([arguments not available])@ TypeError Cannot convert 'src' to object ======== A look in "Opera Dragonfly" shows that the problem is the line : Core.loadNode(Core.config, Core.selectSingleNode('//properties', req.responseXML)); because Core.selectSingleNode returns "null". What can be wrong with this form? Thanks for your help! Grégoire |