Could it be possible that my compoenent ajax_trap=False option is not considering??
Richard On Wed, Jun 29, 2011 at 3:27 PM, Richard Vézina <[email protected] > wrote: > No still propagate... It trap the whole site if use for example > : redirect(URL(request.application,c='default',f='index.html')) > > Richard > > > On Wed, Jun 29, 2011 at 3:07 PM, pbreit <[email protected]> wrote: > >> Either of these should work: >> redirect(URL('default', 'home', extension='')) >> redirect(URL('default', 'home.html')) >> > >

