In my above example
It returns a dict with the key as "search[{{result.NAME}}] and the
value as "{{result.CODE}}". This does not allow me to refer the the
data that I want as "search".
What I want to end with is a form element that when submitted, will
produce a two dimentional dictionary object that will be similar in
structure to the follow representation:
Here search wold be a dict that is in the POST data:
search{
{"Name 1":"Code 1"},
{"Name 2":"Code 2"},
}
P.S. I would be happy with a list or tuple, anything that preserves
the two level structure.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---