Hi!


After submitting a form I get the following TraceBack:

================================================================================
Traceback (most recent call last):
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cphttptools.py",
 line 99, in _run
    self.main()
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cphttptools.py",
 line 247, in main
    body = page_handler(*virtual_path, **self.params)
  File "<string>", line 3, in default
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 218, in expose
    func, tg_format, html, fragment, *args, **kw)
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/database.py", 
line 193, in run_with_transaction
    retval = func(*args, **kw)
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 248, in _execute_func
    output = dispatch_error(func, self, *args, **kw)
TypeError: dispatch_error() got multiple values for keyword argument 'tg_errors'
================================================================================

In this page I have a DataGrid and a FormTable.  I'm running 

================================================================================
Path: .
URL: http://www.turbogears.org/svn/turbogears/trunk
Repository UUID: 77541ad4-5f01-0410-9ede-a1b63cd9a898
Revision: 645
Node Kind: directory
Schedule: normal
Last Changed Author: kevin
Last Changed Rev: 645
Last Changed Date: 2006-02-05 02:11:53 -0200 (Sun, 05 Feb 2006)
Properties Last Updated: 2006-01-30 11:59:23 -0200 (Mon, 30 Jan 2006)
================================================================================

Is there something I can do in my code to avoid that?

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Reply via email to