Which web2py version? This was discussed some time ago and I believe the behavior was changed in 2.3.1. Can you please confirm?
On Sunday, 16 December 2012 08:50:11 UTC-6, Lanae wrote: > > I have been going through the book tutorial verbatim, and ran into the > same problem. I fixed it a different way, by commenting out this line, > which the book has you add while creating db.py: > > db.comment.image_id.writable = db.comment.image_id.readable = False > > This now allows 'Comments' links to show up in the manage page. However, > the book says that this line was used to prevent image_id from showing up > in all other forms, which it does now. So, as a web2py newbie, what's the > proper way to fix this, and don't display image_id in the default CRUD form > for the image table? > > Probably needs to be updated in the book. :) > > Thanks! > Lanae > --

