Re: request getlist() in order?

2008-07-18 Thread Rob Hudson
Thanks Arien! --~--~-~--~~~---~--~~ 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]

Re: request getlist() in order?

2008-07-17 Thread Arien
On Wed, Jul 16, 2008 at 7:29 PM, Rob Hudson <[EMAIL PROTECTED]> wrote: > > If I have a form like the example: > > > > >The Beatles >The Who >The Zombies > > > > > And I call request.POST.getlist('bands'), is the order of the bands > going to always be the same as provided in the

request getlist() in order?

2008-07-16 Thread Rob Hudson
If I have a form like the example: The Beatles The Who The Zombies And I call request.POST.getlist('bands'), is the order of the bands going to always be the same as provided in the select box? Or another case, if I have the form: Select bands in the order you want them to