Visit Mozilla.org

Talk:Core JavaScript 1.5 Reference:Global Objects:JavaArray

From MDC

Are there more robust examples of usages of JavaArray in Javascript?

I have an ArrayList in my JSP page, and I want to convert it into a JavaArray in Javascript.

I tried many ways to do this, but it seems impossible.

Does anyone know how to convert a Java ArrayList into a Javascript JavaArray, inside a JSP page?