I'm using Widgets and SQObject.
My need are maybe very specific, but I only need to have a match from
variables coming from the form and the variable defined in SQLObject's
model.
Why Should I write such long list of foo=Int(bar) or
{'foo':validators.Int()} ?
I understand that grabing the SQLObject's validators is not a good
idea.
But then how ?
If you don't want that such "converter" will be part of TG, can you
guide me to implement it as a "module" ?
I'm ready to write (or try to) it.
Thanks

