> Is "input_values" an inbuilt variable in cherrypy? As per my understanding, "input_values" is a dictionery attached to "cherrypy.request" by the "error_handler" decorator. (Hence, it is available to the "add" method only at the time while it is handling an error.)
"input_values" is basically the same dictionery which is passed to the "save" method, containing the form data. > def add(self, tg_errors=None, **kw) I did not require this in my code. 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 -~----------~----~----~----~------~----~------~--~---

