24 Feb
2006
24 Feb
'06
1:32 p.m.
Robert (Jamie) Munro schrieb:
How can I put something in a session from ZPT?
I've tried:
<div tal:define="session/foo request/foo"> <div tal:define="foo python:session['foo']=request['foo']">
Do I really have to write a python method just to assign a single value?
No you can use the method for all the other work too... You should avoid application logic in your templates. You can do that but its ugly. stop-using-defines-ly Tino