Hi
Yes you're right!
But I had to remove the
db.location.id.readable = False
line. Else it doesn't work.
Thank you for helping!
-Luca.
Am Mittwoch, 7. März 2012 12:18:41 UTC+1 schrieb Alan Etkin:
>
> row.id should contain the record id, shouldn't it?
>
> db.location.name.represent = lambda name, row: \
> A(name, _href=URL('update', args=row.id, user_signature=True)))

