[Zope] calling a DTML method with arg

Steve Spicklemire steve@spvi.com
Thu, 14 Feb 2002 15:15:42 -0500


And... I'm 47% sure that you really mean

<dtml-var  "listPatient(pid=pi)">

-steve

On Thursday, February 14, 2002, at 10:56 AM, Thomas B. Passin wrote:

>
> This can be simplified to
>
> <dtml-call "listPatient(pid=pi)">
>
> Of course, "pi" has to be a variable known to the page containing the 
> code.