Matt Williams wrote:
> <select>
> <option value="A">A</option>

> but I keep getting an error about an empty MultiValuedDict {}, which I
> think means that I'm not getting the values back.

Try:

<select name="letter">
<option value="A">A</option>
...
</select>

and then read request.POST['letter'] 

Massimiliano


--~--~---------~--~----~------------~-------~--~----~
 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