On Thursday, June 13, 2013 11:57:37 AM UTC-4, villas wrote: > How about putting all your mixture of html+web2py stuff into another view > and then call it within your controller with > > my_tricky_html = response.render(view,vars) > return dict(.... my_tricky_html=my_tricky_html ....) > > and then use that in your next view? Hope you get the idea. >
Or you can just include the extra view via {{include 'special_view.html'}}. Then just include the vars needed by that view in the returned dict. Anthony -- --- 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.