Thanks I will try that; I get invalid request; but I will check again; perhaps I have a typo.
On 3/31/11 10:31 AM, Ross Peoples wrote:
web2py will automatically convert dashes to underscores for the
function names, so:
getting-started
will become:
def getting_started():
return dict()

