23 May
2005
23 May
'05
5:33 a.m.
Am Montag, den 23.05.2005, 00:01 +0200 schrieb KLEIN Stéphane:
Hello,
What is the equivalent in DTML of ZPT "context" variable ?
Its more or less the underscore: _ _ == context this() == template (or somethimes context if its a dtmlmethod I believe) The main problem with DTML is its lax handling of the namespaces. (e.g. they are all put on a pile where it fishes for variables - and its often a surprise where it finds them ;)