Hi.
I derived a servlet from RPCJava, and now I try to test it.
In order to do so, I put the source build (generate source) plus the framework
folder of qooxdoo on the server, in such a way that all javascript files are
found.
I get this before any piece of code in my Application.js is touched:
Uncaught exception: Error: Create event of type load with undefined class.
Please use null to explicit fallback to default event type!
Error thrown at line 220, column 10 in <anonymous function: createEvent>(type,
clazz, args):
throw new Error("Create event of type " + type + " with undefined class.
Please use null to explicit fallback to default event type!");
called from line 204, column 8 in <anonymous function: _onNative>(e):
var event = qx.event.Registration.createEvent(e.type, qx.event.type.Native,
[e, win]);
called from line 92, column 12 in <anonymous function: observeMethod>():
return method.apply(this, arguments);
called via Function.prototype.apply() from line 378, column 10 in <anonymous
function: listener>(event):
return func.call(self||this, event||window.event);
Any ideas?
br,
flj
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel