thomas desvenain wrote:
and how can we transfer the namespace of the current zpt doing :

<div tal:replace="structure context/some_dtml_method" />

as we do in dtml writing :

<dtml-var some_dtml_method>


If it doesn't automatically you can most likely just write:

<div tal:replace="structure python.context.some_dtml_method(here, request, **options)" />


--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science

Phone:  +45 66 11 84 94
Mobile: +45 29 93 42 96

_______________________________________________
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