[Zope] passing parameters in a call/in/with
Lloyd Kvam
lloyd@venix.com
Tue, 26 Dec 2000 19:30:57 -0500
I did finally get that to work. My actual table has a string id, so did it with:
<dtml-in "get_names_for_id(chosen_id='123')">
I did not need the
expr=
Thank you for your response.
Jens Vagelpohl wrote:
> try...
>
> <dtml-in expr="get_names_for_id(chosen_id=123)">
>
> jens
>
> on 12/26/00 17:32, Lloyd Kvam at lloyd@venix.com 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 name_table where id = <dtml-sqlvar chosen_id type=int>
> >
> > I can now call the form using:
> > http://localhost:8080/form?chosen_id=123
> >
> > My dtml form would be simpler if there was a way to code:
> > <dtml-in get_names_for_id(123)>
> >
> > I was unable to make that work.
> >
> > Olaf Zanger wrote:
> >
> >> hi there,
> >>
> >> 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>?
> >>
> >> olaf
> >>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358
voice: 603-443-6155
fax: 801-459-9582