> > Is there a way to see what's in the gluon.dal.Field objects? >
<list>[index].<property> Where <property> is one of default, represent, type, compute, ... (field attributes set i.e. in the model) See here a snippet to returning Field/Table/DAL as dictionary or xml (it's a working prototype) http://www.web2pyslices.com/slice/show/1592/exposing-a-db-model-for-client-side-processing --