Thanks Louis, but I think I sorted it out.

It had to do with associative arrays.

var arr=[];
arr["something"]="fdf";

APE did not like this.I could not send arr and was replacing it with 0.

So I transformed everything into objects.

And I am fine now.


PS: I also needed to use JSON.stringify to send the object. And build it 
back via JSON.parse on the client side.

>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to