form = SQLFORM.factory(*myFieldlist, table_name='OSSListFormTable',
submit_button='Submit Query', formname='QueryForm', _method = 'POST')

Problem: 'OSSListFormTable' is not registered as a  table in the db,
 so myset = db(myquery) crashes

Is this a bug in web2py? OR should 'OSSListFormTable' be created by
the application first?
If not, how to get the results from the form when the form was created
by SQLFORM.factory????

I am trying find out which radio button was clicked in the
SQLFORM.factory form.

Please advise.

Thanks.


Reply via email to