if you're using recent web2py releases, that are able to parse POST vars
encoded in json, you should have them in request.vars as usual. Otherwise,
see response.body.read()
On Friday, June 7, 2013 5:24:44 PM UTC+2, Carl wrote:
>
> From a GWT app I'm calling my Web2py server app.
>
> String jsonData = "{'example' : 'example data'}";
> builder.setHeader("Accept", "application/json");
> builder.setHeader("Content-type", "application/json");
> builder.setHeader("Content-length", Integer.toString(jsonData.length()));
> builder.sendRequest(jsonData, new RequestCallback() { ... }
>
> Where in Web2py can I access jsonData?
> I've looked thru 'request' but can't locate "example data".
>
>
>
>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" 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/groups/opt_out.