emailed you a package anthony.
Can't get much simpler than this. I don't get it. The second
crud.update call is made with the same parameters, same session but
gets a different result.
CONTROLLER
def onaccept(form):
print("accepted")
def test():
print(request.vars)
print(request.args)
print(session)
form=crud.update(db["customer"], 1, onaccept=onaccept)
return dict(form=form)
VIEW
{{=form}}
On Aug 29, 5:14 am, Bruno Rocha <[email protected]> wrote:
> On Mon, Aug 29, 2011 at 12:59 AM, Massimo Di Pierro <
>
> [email protected]> wrote:
> > Not automatically.
>
> OK, I was just thinking if it could be the origin of the problem.