Re: Json / Ajax problem

2008-05-28 Thread Adi J. Sieker
mwebs wrote: > I am sorry :-) could answer this by googling after "django > Querydict" > > __getitem__(key) is the solution. > doesn't request.POST["tags"] work, like with any other dict. adi -- Adi J. Sieker mobile: +49 - 178 - 88 5 88 13 Freelance developer skype: adijsieker

Re: Json / Ajax problem

2008-05-27 Thread mwebs
I am sorry :-) could answer this by googling after "django Querydict" __getitem__(key) is the solution. mwebs schrieb: > Hello, > > I am performing an ajax-post-request. > > When I print request.POST I get this: [u'wew'], u'tags': [u'weew']}> > > How can I access the values? > > > Thanks f

Json / Ajax problem

2008-05-27 Thread mwebs
Hello, I am performing an ajax-post-request. When I print request.POST I get this: How can I access the values? Thanks for your help. Toni --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. T