I have this code:
var i = this.getField("früh");event.value = i.value * (143/100);

and in the getField() i return my object,
which has methods :
public float value(float val){}
public String getValue(){}

but i get this error message when I try to run the program.

I know rhino is trying to access a certain method signature, how do i 
find out what signature it is trying to access so I can add it to my Object?

Regards

Chris wade

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

Reply via email to