Where is your segunda.html file located?  What is the name of this file
that you have? And what is in the file? :P  Sounds like a view issue to
me.  If you don't have any data in those files it may not return anything.
BR,
Jason



On Fri, Jul 5, 2013 at 3:36 PM, <ricg...@gmail.com> wrote:

> Hello all,****
>
> I’ve made a post before but did not receive any answers, so I will try to
> explain my problem I little better hoping that someone knows the answer.**
> **
>
> I have a controller function the redirects to another one:****
>
> def result2():****
>
>     print 'BBBBB'****
>
>     session.temparray2 = json.loads(request.body.read())****
>
>     print  session.temparray2****
>
>     redirect(URL(c='default',f='segunda.html'))****
>
>     return dict()****
>
> ** **
>
> def segunda():****
>
>     print 'ccccccc'****
>
>     return dict()****
>
> ** **
>
> I thought that, running result2() would present the segunda.html view to
> the user, but instead it does not. The segunda() functions runs, because I
> can see the printed ‘cccc’ on python window, but no web page is presented.
>  Any one knows why the 'default/segunda.html’ is not shown?****
>
> Thank you in advance****
>
> Ricardo****
>
> ** **
>
> ** **
>
> --
>
> ---
> 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/groups/opt_out.
>
>
>

-- 

--- 
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/groups/opt_out.


Reply via email to