Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using Prototype.js in JDeveloper

740442Jun 7 2010 — edited Jun 7 2010
Hi All,

I'm attempting to learn more about AJAX and was going over the examples int he book AJAX in Oracle JDeveloper. In chapter 3 I ran into a snag. It looks like the prototype.js functions are not being reached from within my input.js file. The same function is being called from an input component but when I put an alert() call in the called function I get nothing. I have enabled debugging via the xml files in the project. The same alert works in the old code.

I've added prototype.js as a script tag in my jsp file. Is the order significant?

Is there something special I have to configure to get prototype.js to work. I simply added it to the projects public_html folder and add the script tag.

TIA,

Dave
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2010
Added on Jun 7 2010
1 comment
542 views