Using DOJO with Apex 3.2 on Oracle XE
j.siebenApr 30 2009 — edited May 14 2009Hi,
I'm trying to use DOJO with APEX 3.2 installed on an Oracle XE database.
The DOJO source files are installed at <localhost:8080>/i/javascript/dojo/*
The problem I'm getting is that my local install as well as a CDN reference seems to be unable to load other required files after having loaded the dojo.js file.
Errors I'm getting in FIREBUG:
tw.join is not a function
dojo.query is not a function.
I tried all possible combinations of modulePath-Settings but no luck. Even when I include DOJO from AOL-CDN the references seem to get lost, as I'm getting the same errors. The exact same HTML code is working from within a local HTML file.
Did anybody encounter similar problems and found a solution?
Thanks in advance,
Jürgen