Re: [Zope] passing parameters in a call/in/with

2000-12-26 Thread Lloyd Kvam
This is also a problem for me. From using ZNOLK I have a DTML document that uses dtml-in to execute a query. The query is get_names_for_id and is: select name from name_table where id = dtml-sqlvar chosen_id type=int I can now call the form using:

Re: [Zope] passing parameters in a call/in/with

2000-12-26 Thread Jens Vagelpohl
try... dtml-in expr="get_names_for_id(chosen_id=123)" jens on 12/26/00 17:32, Lloyd Kvam at [EMAIL PROTECTED] wrote: This is also a problem for me. From using ZNOLK I have a DTML document that uses dtml-in to execute a query. The query is get_names_for_id and is: select name from