Hi web2py users, When trying to update a row in a database table using the appadmin interface, it does not work. The same page returns with the original values.
In the appadmin controller, form.accepts is returning false - this may have to do with a hack I've made to the controllers.appadmin.py file ( I've made changes such that one can access the appadmin remotely without an ssh tunnel or https ) How do I debug the form.accepts function in gluon ? How can I make changes to the gluon.sqlhtml code and reload these changes? Thanks in advance, Chris