How to pass JavaScript Array to JAVA as a method parameter? [on hold]
I have a JS method that basically returns an array. I have to pass this array to my Java bean as an parameter in a method and then convert the JS array to an JAVA array to use in my program. There is any way to this?
No comments:
Post a Comment