Hi!
First of all, thanks for looking in to it.
Just to make sure I understand the problem.
First call happens via get on submission a post happens, since those are
different web2py converts the id parameter to a list since it can for some
reason not determine what else to do.
Is that near the
Hello everyone!
I am rather new to web2py so this may be an obvious thing, but please bear
with me.
I wrote a function to update a document in my MongoDB which looks like this:
record = db(db.stuff.id == request.vars.id).select().first()
form = SQLFORM(db.stuff, record)
which works fine the fi
2 matches
Mail list logo