[jboss-user] [JBoss Seam] - seam remoting js->bag multiple dimension prob

livenow do-not-reply at jboss.com
Tue Apr 17 07:02:52 EDT 2007


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



More information about the jboss-user mailing list