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