On Mar 7, 4:23 am, [EMAIL PROTECTED] wrote:
> 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

Again, I don't have enough information to tell where the problem is.
If you believe there is a Rhino bug you'll need to present a
reproducible test case.

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

Reply via email to