Thanks for the answers. I think a stdvar may be the "right" answer. I also think it might be worth it for TG to add a request stdvar as a default, for these situations.
As for putting it in my dictionary, I agree I could do that, but then I would have to edit countless controllers... and I am lazy ;) Thanks James On Feb 8, 12:00 pm, venkatbo <[EMAIL PROTECTED]> wrote: > As Florent mentioned, you may be able to return the req object or a > subset like so: > ... > return dict(original_params = cherrypy.request.params, ...) > > I think an auto-gen'd app also creates these entries in the > sample .kid templates it creates. > > /venkat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

