Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-26 Thread Jon Franz
else does I'll write-up a how-to on it. Message: 7 Date: Thu, 25 Jan 2001 19:13:59 + (GMT) From: Espen Sorbye Frederiksen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Message: 7 Date: Thu, 25 Jan 2001 19:13:59 + (GMT) From: Espen Sorbye Frederiksen [EMAIL PROTECTED] To: [EMAIL PROTECTE

[Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Sorry this, possibly, very trivial question: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? Hope

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Dieter Maurer
Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why? Secondly how is it possible to get around the problem? DTML Methods have

Re: [Zope-dev] Passing arguments to DTML Methods

2001-01-25 Thread Espen Sorbye Frederiksen
Thank you Dieter! Espen On Thu, 25 Jan 2001, Dieter Maurer wrote: Espen Sorbye Frederiksen writes: How do you pass on variables to a DTML Method. If I would use a python method I would use dtml-call "pythonmethod(var1, var2)". This does not work with DTML Methods. First of all why?