Hi,
I have a select field in my HTML (not a forms widget, but just raw
HTML). When the form is submitted to the view, I get some odd results.
The select field is changed to a multiple select on submit and all the
options are selected automatically via javascript.

If I log the value of 'request.POST' I see this:

<​QueryDict​: {​​u​'​point_list​': [​u​'​37​.​45074​,-​122​.​15734​',
u​'​37​.​442150000000005​,-​122​.​14292​', ​u​'​37​.​448280000000004
,-​122​.​12251​']}​>

but if I log the value of "request.POST['point_list']" I see this:

​37​.​448280000000004​,-​122​.​12251

It's like it doesn't know that it's a list. This makes it problematic
to do anything with the values in point_list.

I am baffled by this, among other things, like blue ketchup.

/alex

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to