Re: Response problem

2012-02-15 Thread Daniel Roseman
On Wednesday, 15 February 2012 19:02:51 UTC, Hans wrote: > > I'm using a form for my webpage that returns values with simillar key > values. Now for backend compatibility reasons I cannot change the key > variables. > > This is the query dictionary returned from the HTML file. > u'dsadasdadas'

Response problem

2012-02-15 Thread Hans
I'm using a form for my webpage that returns values with simillar key values. Now for backend compatibility reasons I cannot change the key variables. This is the query dictionary returned from the HTML file. " whenever i use HttpResponse(request.POST['address1']) it prints out 'bay street' when