tigerfoot
unread,May 10, 2012, 3:56:59 PM5/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-rhino
Hello,
What object can I cast this to?
foo = jsEngine.asInstanceOf[Invocable].invokeFunction("go")
Where the scripted body of the go() function returns
{a:'A',b:'B',c:'C'}
I get errors about sun.org.mozilla.javascript.internal.NativeObject.
Can I cast this to something useful in Java so I can get to properties
a, b, and c?
Thanks,
Greg