Is it possible to define a default field value using lambda like the a Computed Field? http://web2py.com/book/default/chapter/06#Computed-Fields
I want to name nodes using their own ID fields, e.g., "Node 1", "Node 2", etc. Can I do this with lambda and not rely on a separate counter field? Thanks, Matthew

