Working!

Thank you!

On Sat, May 9, 2009 at 8:46 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> oops. should have been
>
> crud.settings.update_next=URL(r=request,f='index')
>
> Let us know if it works.
>
> On May 9, 5:48 pm, Tito Garrido <titogarr...@gmail.com> wrote:
> > Hi,
> >
> > I've tried to set this auth.settings.update_next=URL(r=request,f='index')
> > but it keeps going to data/tables
> >
> > Is it a bug?
> >
> > Thanks!
> >
> >
> >
> > On Sun, Apr 19, 2009 at 7:36 PM, mdipierro <mdipie...@cs.depaul.edu>
> wrote:
> >
> > > yes.
> >
> > > auth.settings.update_next=URL(...)
> >
> > > On 19 Apr, 16:55, Tito Garrido <titogarr...@gmail.com> wrote:
> > > > 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).:_______
> >
> > --
> > 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