Is "input_values" an inbuilt variable in cherrypy?
I tried putting a variation of your code in my add method but nothing
happened. My variation was this:
if hasattr(cherrypy.request, "input_values"):
email = cherrypy.request.input_values['email']
turbogears.flash("qwer" + email + "asdf")
It printed "qwerasdf"... so email is somehow still uninitialized.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---