2 Mar
2005
2 Mar
'05
12:54 p.m.
Many thanks Sean, request.set is what I was after. I had tried this context.some_folder.folder_contents(id='text_id') and it was giving me a key error - it wasn't getting into the request. Had also tried setting request by trying to pass request = list of tuples but this also did not work. I could not find anything in docfinder last night other than document_src that returns the source of the template, not the rendered output. Regards, David On Wednesday, March 2, 2005, at 01:53 AM, Sean Kemplay wrote:
request.set('id', 'test_id')