[Zope] calling a DTML method with arg
Thomas B. Passin
tpassin@mitretek.org
Thu, 14 Feb 2002 17:26:28 -0500
[Steve Spicklemire]
> 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.
Could be ... I thought the original question had dtml-call, so I copied
that, not knowing how it would be used...
Tom P