> > The presence of format='%(home_name)s also implies > db.other.home.represent = lambda id, row: '%(home_name)s' % db.home(id) >
Note, the default "represent" attribute above is only set if you do NOT explicitly specify the "requires" attribute when defining the field. If you specify a "requires" attribute, then you also have to explicitly specify the "represent" attribute (not sure there is a good reason for this interdependence). Anthony --

