[Zope] dtml-in syntax

Thomas B. Passin tpassin@mitretek.org
Fri, 8 Mar 2002 11:10:37 -0500


[Michael Montagne]

> 
> Wonderful!! Thank you.
> Now for my education, how would I pass an explicit argument?  Assuming
> the argument was a variable (ie <dtml-var teamid>).
> 

 <dtml-var "theMethod(name_of_the_parameter=value-of-the-parameter)">

i.e.,

<dtml-var "theMethod(id=teamid)">

(assuming that the parameter defined for theMethod is named "id")

Tom P