Hi
This is exactly the example from which I started. I've removed the
request.args(0) part, because I do not need the generic controller as I
already know which table I want to display.
I want to change the representation of db.location.name: Display
db.location.name, but use db.location.id for the underlying link.
Am Mittwoch, 7. März 2012 11:44:09 UTC+1 schrieb Alan Etkin:
>
> Look at this example (at the book's crud - methods):
>
> A('edit:',id,_href=URL(args=(request.args(0),id)))
>
> I think you need to pass a sequence to args (<table name>, <id>) for
> the required behavior. Not sure really, as I didn't use the example.
>