Re: GET and POST in a template

2007-09-05 Thread Jonathan Buchanan
On 9/5/07, Rufman <[EMAIL PROTECTED]> wrote: > > hey > > how can i read the get or post dictionary in a template. i tried > reading it like a session (request.session.) but this doesn't > seem to work. I need to get the value of the parameter to be able to > define what the users sees in the templ

GET and POST in a template

2007-09-05 Thread Rufman
hey how can i read the get or post dictionary in a template. i tried reading it like a session (request.session.) but this doesn't seem to work. I need to get the value of the parameter to be able to define what the users sees in the template. anyone have an idea how i could do this? stephane