that is exactly what I tried first - but it results in an error message "invalid function" as soon as I click an item of the itemize list.
On 17 Dez., 12:55, mdipierro <[email protected]> wrote: > db.table.represent=lambda xyz:A(table.field,_href=t2.action > ('update_page',xyz.id)) > > On Dec 17, 4:55 am, Atanasius <[email protected]> wrote: > > > In the model I define a link for each record as follows: > > > db.table.represent=lambda xyz:\ > > A(table.field,_href='update_page') > > > How do I pass the Id of the clicked record to the update page which > > calls the update form by "{{=self.update(db.table)}} "? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

