I think that bug has been fixed already in trunk: https://groups.google.com/d/topic/web2py/iquAOtqZPNM/discussion
On Thursday, February 3, 2011 3:16:22 PM UTC-5, Art Zemon wrote: > Found a bug. I wrote: > > def data(): return dict(form=crud()) > > The page .../default/data/select/orders creates a nice list of all records > in the orders table. The links in the ID column are wrong, though. They are > to URLs of this form: > > .../default/read/orders/3 > > instead of > > .../default/data/read/orders/3 > > I am running Version 1.91.6 (2011-01-03 17:55:14) > > -- Art Z. >

