[pylons-discuss] noob question about redirections

2018-07-16 Thread jgmm
hi everyone. i am trying to do this simple? thing: . in a test page ("/test") send some parameters to the server using POST . when the view detects those paremeters, redirect to home ("/") i can get this to work but only if i post the values using a form, it does not work if i run a javascript f

[pylons-discuss] Re: noob question about redirections

2018-07-17 Thread jgmm
@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