Hi, we have a application built using Oracle's APEX v3.2. We have
extended the javascript capabilities using Scriptaculous/Prototype
libraries. With Oracle's version 4.0.2 of APEX it comes with a built
in JQuery library. When testing our application against this we are
encountering errors which  believe are a conflict between JQuery and
Prototype libs.
EG
.. element.attachEvent("on" + name, wrapper); - which is from
prototype.js Line 4016
.. element.dispatchEvent(event); - which is from prototype.js Line
4071
.. uncaught exception: [Exception... "Component returned failure code:
0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]"
nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame ::
http://br-champ-02/bbtest/javascript/scriptaculous/lib/prototype.js ::
anonymous :: line 1528" data: no]
.
I'm no expert in the javascript area so would like some advice on how
to resolve these issues etc. I did read the use of
"<script>jQuery.noConflict();</script>" once the libaries have been
loaded may help as there could be a conflict with the '$' reference.
Oracle say their JQuery library is namespaced. If this is the case is
it possible to still get conflicts ?
.
Any help or direction would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to