[Zope] passing parameters in a call/in/with
boundary="------------E71ECEB67021068678FE1FB5"
Dieter Maurer
dieter@handshake.de
Tue, 19 Dec 2000 22:03:08 +0100 (CET)
Olaf Zanger writes:
> Dies ist eine mehrteilige Nachricht im MIME-Format.
> --------------E71ECEB67021068678FE1FB5
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
Please do not send MIME messages into this list!
> with the znolk product i get data by "select * ..." out of my database.
> some fields
> are id's and i would like to get data out of an other table basing on
> this id.
>
> how can i pass the id through a <dtml-call/in/with method>?
<dtml-whatever "your_method(id=id)">
Dieter