j
k
j a
j l
Kevin Howe writes:
for name,value in REQUEST.form.items:
Try: for name,value in REQUEST.form.items(): "items" is a method that must be called to return a sequence of tuples. Dieter
Back to the thread
Back to the list