all that u are suggesting i have done it already.. the ajax does call
the function but instead of a 303 status it gives a 200 status... so
thats how i know that the  function is actually being called.. it just
does not redirect to the default view.. and i have read it already :)

On May 7, 11:46 am, pbreit <[email protected]> wrote:
> If you just want to redirect:
>
> def index():
>     redirect(URL('physics'))
>
> def physics()
>     return dict()
>
> I'd highly encourage going through the Web2py 
> Overview:http://web2py.com/book/default/chapter/03

Reply via email to