On Feb 11, 12:18 am, Maurice Ling <[email protected]> wrote: > <td>{{=A(entry.title,_href=URL(r=request,f='show/%s'%entry.id))}}</td>
Whilst this works, it would be more correct to make this: URL(r=request,f='show',args=[entry.id]) F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

