15 Dec
2003
15 Dec
'03
11:21 a.m.
--On Montag, 15. Dezember 2003 12:13 Uhr +0100 fowlertrainer@anonym.hu wrote:
Hello zope,
I want to set the request's title variable (REQUEST.set('title','F\xf5menĂ¼'), but by TAL, not pyscript.
But it is not working:
<p tal:define="global request/title python: string 'F\xf5menĂ¼'" tal:replace="nothing"/>
Why should that work??? Why the "global"??? use <span tal:define="dummy python: request.set('title', 'blabla')" /> -aj