Now it works... as soon as it get update it goes to data/tables, is that
something configurable?

Thanks!

On Sun, Apr 19, 2009 at 6:43 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> Can you try trunk now? It works for me.
>
> Massimo
>
> On 19 Apr, 12:30, Iceberg <iceb...@21cn.com> wrote:
> > 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).:_______
> >
>


-- 
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