[Zope] how to call dtml method from python product and pass it namespace

Chris Withers chrisw@nipltd.com
Thu, 27 Apr 2000 10:02:51 +0100


From Steve's earlier post:

>  <dtml-var "menuMoneda_dtml(_.None, _, sufijo='Arriendo')">

This is the DTML way to do it....

I would guess to do the above from python would be:

menuMoneda_dtml(_.None, _, sufijo='Arriendo')

If it doesn't, can anyone else help? I need to do this soon as well :S

cheers,

Chris