I can pass my form variables to my controller if my controller looks like this:
def update_user_info(self, **keywords): If I try to spell out the name of the variables rather than using a cathall **keywords then I get this... TypeError: update_user_info() takes at least 6 non-keyword arguments (1 given) I know the variables are being passed because I can see them in the logs!!!... 2008-04-07 22:25:57,526 turbogears.access INFO - - "GET / update_user_info? current_password=ted&new_password=ted&new_password_again=ted&new_email_address=tedxxx %40ted.com&resume=%09%09%09%09%09++I%27m+Ted+and+I%27m+smart.xxxx%0D%0A %09%09%09%09 HTTP/1.1" 500 791 "" "Mozilla/5.0 (X11; U; Linux i686; en- US; rv:1.8.0.12) Gecko/20070731 Ubuntu/dapper-security Firefox/ 1.5.0.12" Any help greatly appreciated. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

