[web2py] Re: URL helper - using "register" and "next"

2011-11-30 Thread lyn2py
Hi Anthony, Thanks for the clarification. Regarding: > Are you sure the 'next' value for login isn't being set somewhere else (or > isn't simply the default 'index')? Using 'next' (rather than '_next') in > the URL should not work. I'm new to this, and I am not sure if the 'next' value isn't bei

[web2py] Re: URL helper - using "register" and "next"

2011-11-30 Thread Anthony
On Wednesday, November 30, 2011 10:00:05 AM UTC-5, lyn2py wrote: > > And how did I miss that?? > Thanks Bruno! > > Funny behavior?: > * I used "next" and it worked for the login link. > Are you sure the 'next' value for login isn't being set somewhere else (or isn't simply the default 'index')? Us

[web2py] Re: URL helper - using "register" and "next"

2011-11-30 Thread lyn2py
And how did I miss that?? Thanks Bruno! Funny behavior?: * I used "next" and it worked for the login link. * if I used auth.login(_next=...) and an error tells me I can't use _next (I have to use "next") - but I didn't try what works with auth.register(_next or next?) On Nov 30, 10:52 pm, Bruno