Not sure if my post made it so I apologize if I am reposting. I will
not make any more attempts to post the text below:
Thanks for the quick reply Richard.
The bizarre thing is that I'm not passing anything to T in my code.
I am passing as an example:
sorted_stuff = [ ('#3:4', 'Monty'), ('#6:1', 'Python'), ('#8:8',
'isfunny') ]
form = SQLFORM.factory(Field('parrot',
requires=IS_IN_SET(sorted_stuff))
if form.accepts.......
elif form.errors:
response.flash = repr(form.errors)
Again, everything displays correctly and using the new toolbar I can
see that my values are in form.post_vars yet I get the error for Lazy
T.
How can I ask Lazy T to go away for this block of code?
Thanks again for your help,
David