I have a form page that is made up of multiple forms.  Think: A has 1
or more B's, each B has one or more C's, and so on...

I've tried a couple of test cases and it appears that the data
returned in HttpRequest.POST is ordered.  That is, for a key with
multiple values, the first submitted value is the first element on the
list associated with the key, the second submitted is the second on
the list, and so on.  But, I have not found any confirmation in the
documentation (nor on this forum) that this is so.  Can someone
confirm this is so or not so?

If I cannot rely on this order, I will have to construct the forms
differently to tag the posted values so I can sort them

Thanks!


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