Can you please add
print request.vars # <<< this line
if form.accepts(request.vars, session):
passand tell me what it prints if submit without checking the "delete" box, when you would get the error? On Apr 28, 2:00 am, toan75 <[email protected]> wrote: > I get only the error when not check the "delete" box. > And not error when remove : > if form.accepts(request.vars, session): > pass > I change in line 1093 of gluon/sqlhtml.py, but not work.

