30 Jun
2002
30 Jun
'02
9:59 p.m.
Terry Hancock writes:
.... EXCEPT... :-(
This only works if I use *implicit* dtml-var substitutions, like:
<dtml-var mydtml_submethod>
If I try to use the explicit form mentioned above,
<dtml-var expr="mydtml_submethod(_.None, _)">
I lose my context! In a Python method context, this looks like
mydtml_submethod(self,self.REQUEST, keyword_parameters) Dieter