Hi!
In Opera I have the problem that somehow arrays passed as params in a
send command on client side (with ape-jsf) are not correctly converted
to arrays on the server:
Client:
Ape.core.request.send('test',{'Array':[1,2,3]});
Server:
Ape.registerCmd("test",true,function(params,info)
{
Ape.log(params.Array);
}
Returns:
%5B1%2C2%2C3%5D
--
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/