We are trying to invoke a rhino javascript code from java, our custom code is not able to execute overriden function in script using Java, rhino version is 1.6 build 5 and jdk1.6. same custom code is working with 1.6 build 1, JDK 1.4.X.
statements using to make a call Function func = (Funtion)ScriptableObject. getProperty(thisObj, functionName); f.call(cx, scope, thisObj, args); thisObj - a class implementing ISupportsScripting. Not executing script method, not even throwing exception. what could be reason, where i can find sample code and API doc. -- Regards --------------------------------------- M.Vittal Reddy 409 370 0269 _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
