Normen a écrit : > Hello there, > > is there a way to put up a java string property in a host object and let it > be handled like a js Array in the script context.
Do you try to expose an indexed property? (A property which, according to java beans conventions would be: getFlags(int i)... and that in javascript you'd like to expose as flags[i]?) Christophe _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
