No. I am still very puzzled that the error you quote is not related to
the code you posted. The error is in code executed before your code is
executed and it is related to parsing input from form submission. Do
you use current.request somewhere? If used improperly could, maybe,
cause something like this.


On Oct 18, 11:24 am, Manuele <manuele.pese...@gmail.com> wrote:
> On 18/10/2011 15:59, Manuele wrote:
>
> > On 18/10/2011 15:24, Massimo Di Pierro wrote:
> >> One problem I see is this:
>
> >> try: db io
> >> except Exception: ....
>
> >> On exception you should explicitly rollback
>
> >> try: db io
> >> except Exception: db.rollback()
>
> > interesting point... i'll try and report
>
> nothing changes... other ideas??
>
> thanks a lot
>
>      Manuele

Reply via email to