this was a problem with safari, so i sent the form to my own class
initally to unicode the username and then i send that information onto
the login_handler

@expose()
    def check_login(self, login, password, submit):
        login = unicode(login)
        redirect('/login_handler', login=login, password='managepass')
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to