Hi I'm getting an exception from rhino.
I think it is because the method it is trying to access is not defined.
But I have no idea what the method signature should be, how do I find
out what rhino is trying to access?
I get this error :- Java class "[Ljava.lang.Object;" has no public
instance field or method named "value".
and I have code :- acro.getField("04");var hh =
acro.getField("22");event.value = gg.value - hh.value;
The java class I return from acro.getField("22") has a method signature
public String getValue() { return "10.0"; }
How do I find out what method signature Rhino is trying to call?
Kind Regards
Chris Wade
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino