I just committed a simple (but untested) fix for this. Give it a whirl. Kevin
On 11/10/05, Leonardo <[EMAIL PROTECTED]> wrote: > > login form uses an image as a > submit mechanism the x and y locations of where the image was > .clicked are submitted as well > > Ocurred a erro: > > raceback (most recent call last): > File > "c:\python24\lib\site-packages\CherryPy-2.1.0_rc2-py2.4.egg\cherrypy\_cphttptools.py", > line 271, in run > main() > File > "c:\python24\lib\site-packages\CherryPy-2.1.0_rc2-py2.4.egg\cherrypy\_cphttptools.py", > line 502, in main > body = page_handler(*args, **cherrypy.request.paramMap) > File > "c:\python24\lib\site-packages\TurboGears-0.8a3-py2.4.egg\turbogears\controllers.py", > line 121, in newfunc > output = func(self, *args, **kw) > TypeError: login() got an unexpected keyword argument 'submit.x' > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

