|
Nothing to do with JavaScript, per se.
The fault is in your Java code.
You *MUST* send that array as *TEXT*. That is, you will have to write Java code to convert the array into a form that JavaScript can understand.
You can *NOT* depend on Java to do the conversion for you. As you can see, it tries to convert the array to a standara Java serialized format, which nothing but Java will ever understand.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
|