I happened to confirm same problem today.

I am now using stable web2py 1.61.1, but it seems the problem exists
even earlier than 1.61.1 ...

My simplified code for reproducing.

Model:
db = SQLDB('sqlite://storage.db')
db.define_table('repository',
  db.Field('name'),
  )
from gluon.tools import Mail, Auth, Crud
crud=Crud(globals(),db)

Controller:
def data(): return dict(form=crud())

On Apr19, 11:15pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Can you post a piece of code to reproduce it? What is the date on the
> version? Is this the stable from the web page or the development
> version from the trunk?
>
> Massimo
>
> On Apr 19, 7:06 am, Tito Garrido <titogarr...@gmail.com> wrote:
>
> > Hi,
>
> > I'm using SQLTABLE with linkto=URL(r=request,f='data/update'), but when I
> > try to update/delete nothing happens...
>
> > I'm using web2py 1.61.1
>
> > Am I doing something wrong?
>
> > Thanks,
>
> > Tito
>
> > --
> > Linux User #387870
> > .........____
> > .... _/_õ|__|
> > ..º[ .-.___.-._| . . . .
> > .__( o)__( o).:_______
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to