[web2py:14895] Re: cookbook tutorial not working

2009-01-13 Thread Axl
On Jan 13, 1:48 pm, Fran wrote: > > def recipes(): > > records = db(db.recipe.category == request.vars.catetory)\ > > .select(orderby = db.recipe.title) > > form = SQLFORM(db.recipe, fields = ['category']) > > return dict(form = form, records = records) > > > make s f

[web2py:14883] cookbook tutorial not working

2009-01-13 Thread Axl
h the word 'none'. No error whatsoever. Can somebody tell me what's happening here? I appears to me that all this behind the scenes 'magic' functioning is just wonderful, until something does not work and you have to find out. Cheers, Axl --~--~-~--~~