Re: [pylons-discuss] noob question about redirections

2018-07-16 Thread j...@live.com.mx
thedocs.io/en/latest/reference.html#tal-content > > I would suggest that you return a variable to which you assign > the dict, then return the variable, so that it is easier to work > with in the templating language. > > --steve > > > On 7/16/18 at 9:03 PM, j...@live.com.mx pronou

Re: [pylons-discuss] Re: noob question about redirections

2018-07-17 Thread j...@live.com.mx
@steve.percy i did what you suggest,i passed the params in the query, retrieve them in the home view and place them in the template, but it is the same. maybe i did not explained myself: the page does not render at all, it shows "print" message in the view callable, it shows as xhr in the browse

Re: [pylons-discuss] Re: noob question about redirections

2018-07-17 Thread j...@live.com.mx
thanks for the explanation. En 17 de julio de 2018 1:17:03 p.m. Jonathan Vanasco escribió: On Tuesday, July 17, 2018 at 12:45:26 AM UTC-4, jg...@live.com.mx wrote: so, to make this clear to me: the POST made from javascript is not equivalent to a POST made in html, the hmtl POST automatically