On Dec 18, 7:14 pm, shabda <shabda.r... gmail.com> wrote:
> I am trying to get a value from request.POST. After
form submit,
> request.POST contains the values of the ids from the
checkbox
> selected. I want the list of those ids. SO I am doing
something like,
> entry_ids = request.POST['delete'] , but this doesnot
pick the list,
> but instead gets me the last value in the list!
See http://www.djangoproject.com/docu
mentation/request_response/#querydict-objects.
Regards,
Jan
--~--~---------~--~----~------------~-------~--~----~
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
django-users-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|