Taking a look into errorhandling.py in the function try_call, here is the output of print func, args, kw
<function create at 0xb756ce2c> () {'testint': '', 'password': '',
'userId': ''}<function create at 0xb756ce2c> () {'password': '',
'userId': '', 'tg_errors': {'testint': <formencode.api.Invalid instance
at 0xb6523e6c>}}
create is method of DataController. Why is it called twice with
different arguments?

