Hi,

there seems to be an error when passing multidimensional Arrays from Javascript 
to a webRemote function.

js:
var csArr = new Array();
csArr[0] = 1;

converts without problems to:
ArrayList ssArr

but

js:
var csArr = new Array();
csArr[0] = new  Array();
csArr[0][0] = 11;

is always empty on Serverside (although the seam-debugger shows that the array 
is transfered correctly)

also  tried it out with HashSet and [] -> same result

regards,
Christoph

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037922#4037922

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037922
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to