[Zope] How do I call DTML Method which name is stored in a variable

Carlos Henrique Bauer bauer@atlas.unisinos.br
Mon, 13 Dec 1999 12:57:49 -0200


On Mon, 13 Dec 1999, you wrote:
> 
> I'm not sure I really follow this, but if you want to fetch a method and then call it, this should work:
> 
> <dtml-let something="FetchObj(_.None, _,fetchStr=metaMethod)(_.None, _, args...)">

Unfortunately, it doesn't work. The method returned by FetchObj  is called but
does not receive or does not have access to the args.  Zope returns a KeyError.

Best regards,

-- 
Carlos Henrique Bauer