Thanks Kevin. Hopefully you won't read this until Monday and I hope
you had a good weekend. Just want to get this down while its on my
mind. I switched to the new API and I'm just using the DataController
against a simple two text field SQLObject class. There is a problem
with kid (I think) rendering for an edit and the output is nearly
useless.
TypeError: dispatch_error() got multiple values for keyword argument
'tg_errors'
I've stepped thru code trying to find out where the exception is thrown
but no luck yet. I have noted that in the kid template form.kid, when
obj is replaced with None in ${form.insert(obj, action=action)}, the
form renders fine. When obj is included it throws the exception shown
above. I checked that obj has both attributes (permissionId,
description) required by the form.