Ok, the problem was how I was building the SelectField
myField = SelectField('myselect')
myField.choices = [(1, 'a'), (2,'b')]
Doesn't work!!!
myField = SelectField('myselect', choices = [(1, 'a'), (2, 'b')])
Does :-)
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.