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