Re: Weird problem with request.POST, correct data not coming out from request.POST

2007-12-18 Thread Jan Rademaker
On Dec 18, 7:14 pm, shabda <[EMAIL PROTECTED]> 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'] ,

Weird problem with request.POST, correct data not coming out from request.POST

2007-12-18 Thread shabda
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 val