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'

Reply via email to