Re: Get values of HTML Select Multiple Tag From request.POST

2008-11-29 Thread jai_python
thanks for your reply. I got the solution On Nov 29, 2:30 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Sat, Nov 29, 2008 at 3:19 AM, jai_python <[EMAIL PROTECTED]> wrote: > > Issue that I found out is "The variable 'colour' gets overwritten > > everytime when the user selects different v

Re: Get values of HTML Select Multiple Tag From request.POST

2008-11-29 Thread James Bennett
On Sat, Nov 29, 2008 at 3:19 AM, jai_python <[EMAIL PROTECTED]> wrote: > Issue that I found out is "The variable 'colour' gets overwritten > everytime when the user selects different values". Then how come it is > possible that the request.POST shows all selected values. And why am > not getting t

Get values of HTML Select Multiple Tag From request.POST

2008-11-29 Thread jai_python
HI, I have a problem in getting values from an HTML SELECT MULTIPLE TAG through request.POST -- My form.html page contains Red Pink Black ---