> Can i submit a JSON object to my Turbogears?

Yes.

> I am making an ajax request (POST method) to the server.
> The request body contains json object?

Each variable in the POST request gets translated to an argument of
your controller method. What you do with them is entirely up to you,
you may reconstruct the original json object if you want with the help
of the python simplejson or json modules.

> How do i access this json ibject in my controller?

In the same way as you would access any other argument to your
controller method.

HTH,
Daniel

-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to