hi whenever i am using the following script ,
// get the job info parsed
var temp = new String(APPL._user1);
var temp3 = temp.split('^');
APPL.job = temp3[0];
APPL.run_date = temp3[1];
var cycle = temp3[2];
APPL.orgCycle = cycle;

I get the following errors


org.mozilla.javascript.EvaluatorException: Property 0 not found.
                at
org.mozilla.javascript.DefaultErrorReporter.runtimeError(Unknown
        Source)
                at
org.mozilla.javascript.Context.reportRuntimeError(Unknown
Source)
                at
org.mozilla.javascript.Context.reportRuntimeError(Unknown
Source)
                at
org.mozilla.javascript.Context.reportRuntimeError1(Unknown
Source)


Reproducible: Always


Please let me know if this is a known bug in RHINO JS V1.5 R3 or not?
If yes can you please let me know the workaround apart from upgrading
the JS
Please reply ASAP as this is effecting my business a lot
Thanks in advance


_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to