[Zope] How to pass parameters to dtml methods in making <dtml-call>
Daniel Rusch
drusch@globalcrossing.com
Fri, 15 Dec 2000 10:08:29 -0600
I tried your code and it works fine both ways for me, are you sure that
para exists in the second scenario.
DR
Dirksen wrote:
>
> Hi,
>
> The case is like this:
>
> <dtml-var "some_dtml_method(_.None, _, para='blablabla')">
> Works fine.
>
> <dtml-call "some_dtml_method(_.None, _, para='blablabla')">
> The system complains the para being unknown. How come?
>
> cheers
> Dirksen
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
> _______________________________________________
> 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 )