Hello together is it in Page Templates possible to define a REQUEST like in DTML. <dtml-call "REQUEST.set('key','var')"> Mit freundlichen GrĂ¼ssen Roger Ineichen ___________________________ Projekt01 GmbH www.projekt01.ch Langackerstrasse 8 6330 Cham phone +41 (0)41 781 01 78 mobile +41 (0)79 340 52 32 fax +41 (0)41 781 00 78 email r.ineichen@projekt01.ch ___________________________ END OF MESSAGE
On 3/7/02 9:45 am, "Roger" <roger@projekt01.ch> wrote:
Hello together
is it in Page Templates possible to define a REQUEST like in DTML. <dtml-call "REQUEST.set('key','var')">
<tal:block define="global key python:'a string'"/> <tal:block define="global key python:12+14"/> <tal:block define="global key python:var"/> (make sure var exists) Hth tone -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
participants (3)
-
Dieter Maurer -
Roger -
Tony McDonald