[Zope] passing method name thru form parameter

Dan Meszaros dm@petamem.com
Tue, 7 May 2002 16:06:04 +0200 (CEST)


Hi,

i need to pass the method name thru the url, for example

<A href="?method=methods.method1> method1 </a>
<A href="?method=methods.method2> method2 </a>
etc.

how do i call the method in dtml document, that gets the method name
as a parameter?

doing:

...
<dtml-var method>
...

doesn't help, it just shows "methods.method1" string.

regards
-dan