What I understand is that you need to access the variables in the add()
method, while it is called following some error. for a similar
situation, I use something like this (in the add method):

        if hasattr(cherrypy.request, "input_values"):    # error has
occured
              email = cherrypy.request.input_values['email']

sanjay


--~--~---------~--~----~------------~-------~--~----~
 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