Hello,
I am sending JSON to the serverbackend.
When I print reuqest.POST I get <QueryDict: {u'elems': [u'2', u'1']}>.
Thats exactly what I was expecting.
But now I want to access the 'elems'. When I do request.POST['elems']
I get '1'.
But I was expecting getting 2, 1.
Thanks for your help.
Toni
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---