Re: Odd Multi Select Behavior

2008-04-27 Thread Alex Ezell
On Sun, Apr 27, 2008 at 1:42 PM, James Bennett <[EMAIL PROTECTED]> wrote: > On Sun, Apr 27, 2008 at 1:39 PM, Alex Ezell <[EMAIL PROTECTED]> wrote: > > but if I log the value of "request.POST['point_list']" I see this: > > > > 37​.​4482804​,-​122​.​12251 > > > > It's like it doesn't

Re: Odd Multi Select Behavior

2008-04-27 Thread James Bennett
On Sun, Apr 27, 2008 at 1:39 PM, Alex Ezell <[EMAIL PROTECTED]> wrote: > but if I log the value of "request.POST['point_list']" I see this: > > 37​.​4482804​,-​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

Odd Multi Select Behavior

2008-04-27 Thread Alex Ezell
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