[mod_python] select multiple

sector119 at mail.ru sector119 at mail.ru
Wed Aug 25 17:32:52 EDT 2004


hi

I use publisher handler. When I do:
for k in req.form.keys():
    req.write(repr(k)+" - "+repr(req.form[k])+"\n")

it does not show list of lists at "select multiple"!
just 'manufacturers' - ['13', '18', '14', '17', '13', '14', '17'] not
'manufacturers' - [['13', '18'], ['14', '17', '13'], ['14', '17']]

why?

-- 
WBR, sector119


More information about the Mod_python mailing list