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.

