[web2py] SQLFORM factory field name problem

2011-02-28 Thread rāma
SQLFORM factory field name with underscore doesn't submit properly in the below case: SQLFORM.factory(Field('fieldname', - Submit OK SQLFORM.factory(Field('select_fieldname', - Submit failed got a None returned I think. just to add: form catches the session as well. Regards, Rama

[web2py] SQLFORM factory field name problem

2011-02-28 Thread rāma
SQLFORM factory field with underscore in them doesn't seem to submit properly for the below case: