but i don't think i can used that to call java applet right??
> Remembre that GWT compile you Java class to JavaScript. So yourArrayListis a JavaScript object and has nothing similar the Java
> classArrayList...
>
> To useArrayListobject within JSNI, you can use readhttp://
code.google.com/webtoolkit/documentation/com.google.gwt.doc.De....
> > I want topassanArraylistfrom a java class to java applet via JSNI
> > (JSNI does nothing to thearraylist,justpassit to applet).