posted 24 years ago
Hi all,
Has anyone had the opportunity to use the javascript JavaArray datatype? The LiveConnect API says when I pass an array from Java to Javascript I can use the javascript JavaArray to get an array from Java. However, no matter how I try to implement this, I don't get the data I expect. I'm trying to pass an array of strings from Java to Javascript and after I pass the array to Javascript all I get on the Javascript side is a single array element. So far I have not found any "real" examples on how to use this. Does anyone have any javascript code where they used the JavaArray they are willing to share?
Joe Crew