javascript multi-dimensional array and dwr

View: New views
1 Messages — Rating Filter:   Alert me  

javascript multi-dimensional array and dwr

by equery :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi any one can suggest how i can send javascript multi-dimensional array from client to dwr remote class

let say the array is like

var myMultiArray = [ {Name: "test", Age: 20},
                            {Name: "hello", Age: 20}
                          ];

many thanks in advance