On Thursday, March 5, 2015 at 11:15:27 AM UTC-5, Gael Princivalle wrote: > > Thanks a lot Leonel, it's exactly what I was searching for. > @Antony thanks but in this case it was not the current web2py url (a .load > file), but another that calla the .load file. >
As long as it is a web2py URL, you can and should use the URL function -- just specify the controller and function (and app if it's a different app): URL('default', 'index', vars=request.get_vars, extension=False) The extension=False argument will suppress the extension, so it won't propogate the .load extension. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.