Hi all,
     I have just started learning Rhino and Javascript. I'm using Rhino to
execute javascript when parsing a vxml/ccxml document. I need to assign the
values in a Java Object (specifically values in a Hashtable) to a JavaScript
object. For eg, if the Hashtable has keys "length, breadth and height" and
values "1,2,3", then I must an object in JavaScript called Cube with
cube.length=1, cube.breadth=2 and cube.height=3. Any help on how to get
started with this is appreciated.

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

Reply via email to