3 Sep
2002
3 Sep
'02
6:56 p.m.
Hi Chris! Thanks a lot!! Adding structure and a missing ' it now works: <tal:x replace="structure python:here.tag(display=request.get('display','small'), border=0, cookie=1)"/> Where can I find anything about tal:x ???? Thanks for your help regards Jochen At 10:22 Uhr +0100 03.09.2002, Chris Withers wrote:
Jochen Haeberle wrote:
<dtml-var "tag(display=REQUEST.get('display', 'small'), border=0, cookie=1)">
in TAL to get the cookie-enabled version of the Photo???
<tal:x replace="python:here.tag(display=request.get('display','small), border=0, cookie=1)"/>
cheers,
Chris