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
-~----------~----~----~----~------~----~------~--~---