i am running through the cookbook tutorial and when I am at the view
example and after adding the code....
{{extend 'layout.html'}}
<h1>List all recipes</h1>
{{=form}}
<table>
{{for recipe in records:}}
<tr>
<td>{{=A(recipe.title,_href=URL(r=request,f='show?id=%s'%recipe.id))}}
</td>
<td>{{=recipe.date}}</td></tr>
{{pass}}
</table>
{{=A('create new recipe',_href=URL(r=request,f='new_recipe))}}
I get this
Internal error
Ticket issued: cookbook/
127.0.0.1.2009-03-10.13-32-06.a694f03d-18b1-45f2-9fb9-dd194a04762e
is there a typo or something like that in there?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---