[web2py] Re: Redirection does not sets the browser address bar

2011-12-03 Thread Constantine Vasil
Hi Massimo,

I am using web2py+GAE+jQuery Mobile

Regards,
--Constantine


[web2py] Re: Redirection does not sets the browser address bar

2011-12-03 Thread Massimo Di Pierro
What browser are you using? What web2py version?

On Nov 28, 11:47 pm, Constantine Vasil  wrote:
> I set a registration for in my front page and:
> auth.settings.register_next = '/myapp/default/myinfo'
>
> After Registration the browser was redirected to myinfo screen
> but at the browser address bar there is: /#/, I expect to be:
>  '/myapp/default/myinfo'
>
> What is wrong?


[web2py] Re: Redirection does not sets the browser address bar

2011-12-03 Thread Alan Etkin
Have you modified/created routes.py for this app or an all application
routes.py?
Isn't there another software apart from web2py handling url text sent
to the client?

On Nov 29, 2:47 am, Constantine Vasil  wrote:
> I set a registration for in my front page and:
> auth.settings.register_next = '/myapp/default/myinfo'
>
> After Registration the browser was redirected to myinfo screen
> but at the browser address bar there is: /#/, I expect to be:
>  '/myapp/default/myinfo'
>
> What is wrong?