I think this might be a bug, but I haven't tracked it down yet. Could you 
please submit an issue on Google 
Code: http://code.google.com/p/web2py/issues/list

Anthony

On Monday, August 29, 2011 1:02:49 PM UTC-4, apple wrote:
>
> 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.

Reply via email to