Kini Natekar writes:
 >    How can I pass parameters to an External Method? I
 > know of one way to do this, is to use dtml-var tag. Is
 > there any other way?
Anywhere, you can use 'expr="...."'. This means almost
all DTML tags: call, var, in, with, let (without 'expr='!) ...

Example:

        <dtml-call "your_method(param1, param2, ....)">


Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to