Alberto Valverde wrote: > I ran into this problem too... The porblem is at neforms.py:415 in: > py:replace="field.display(value=value.get(field.name), > options=options.get(field.name))" > > A you can see, the form template tries too fetch the object's value > via "get" (instead of normal attribute lookup). > > I fixed, err, worked-around it, by sending the SO object as a > dictionary via database.so_to_dict. > I'k not sure wether this is a bug or new behaviour, though.... >
I talked with Kevin about this two days ago, it's not a new behavior but my fault. :-/ This will be fixed with an AttrDict wrapper. Ciao Michele

