is there a way to update cheetah dict with locals() so all the variables are sent to the template
On Tue, Jun 10, 2008 at 10:27 PM, Bibby <[EMAIL PROTECTED]> wrote: > > > > On Jun 11, 1:06 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote: > > > class hello: > > > def GET(self, name): > > > return render.hello(name) > > > > cheetah template takes only keyword arguments. you should call it as > > render.hello(name=name). > > It works. Thanks Anand. :) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
