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 ;)


_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to