Using the new widgets API and newfastdata.DataController, when a validation fails, I would expect the controller to redirect to the form and show errors. Instead, it's passing the errors to the SQLObject class. Here is the error:
TypeError: WUser.set() got an unexpected keyword argument tg_errors To reproduce this, use a class with a field IntCol(default=None) and pass it into DataController like so: DataController(sql_class=SomeSQLObjectClass) Randall

