[Zope] Zope Eats Memory

Tommy Johnson tommy@7x.com
Thu, 25 Oct 2001 12:28:18 -0800


LOL. Slight typo on that. You're right.  ;-)

> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
> Gilles Lenfant
> Sent: Thursday, October 25, 2001 12:24 PM
> To: Zope List
> Subject: Re: [Zope] Zope Eats Memory
>
>
> Robert,
>
> You should replace "None" against "_.None" in a python expression inside a
> <dtml-something "...">
> Dunno why but only this works for me (Zope 2.3.3).
> So write:
>
> <dtml-var "callTest(_.None,_,param1=21, param2='was called from far')">
>
> ----- Original Message -----
> From: "Robert Rottermann" <robert@redcor.ch>
> To: "Tommy Johnson" <tommy@7x.com>; "Zope List" <zope@zope.org>
> Sent: Thursday, October 25, 2001 9:53 PM
> Subject: Re: [Zope] Zope Eats Memory
>
>
> > you can call a dtml-method like a function with parameters
> >
> > dtml-method 1 called callTest:
> > <dtml-var standard_html_header>
> > <dtml-var param1><br>
> > <dtml-var param2><br>
> > <dtml-var standard_html_footer>
> >
> > you call this method like so:
> > <dtml-var "callTest(None,_,param1=21, param2='was called from far')">
> >
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )