[Zope] List Problem

Andreas Jung andreas@andreas-jung.com
Mon, 15 Oct 2001 06:27:34 -0400


what kind of error ?

Andreas
----- Original Message -----
From: "Guy THEISEN" <guy.theisen@isp.lu>
To: <zope@zope.org>
Sent: Monday, October 15, 2001 02:19
Subject: [Zope] List Problem


> Hi,
>
> I have following problem,
>
> I have a list like:  RessortList:list
>
> I call this list in DTML like:
>
> <dtml-if RessortList>
> <dtml-in RessortList>
>  <dtml-call "REQUEST.set('RessortCrit',
> _['sequence-item']+'|'+RessortCrit)">
> </dtml-in>
>  <dtml-call "REQUEST.set('RessortCrit',
> '('+RessortCrit+'(1&1))&Pressespiegel')">
> </dtml-if>
>
> after this I make a query:
>
>
"qNormal(Ressort=RessortCrit,Aufnahme='',Erscheinungsdatum=_.string.replace(
Erscheinungsdatum,'$',
> '&'),Volltext=_.string.replace(volltext,'$', '&'), Objekt=ObjektCrit)"
> size=10 start=query_start>
>
> Everytime I make a call of my query, I got an error. Is there somewhere
> a mistake in the call of the list ?
> Or querys don't support lists with other parameters ?
>
> GT
>
>
>
>
> _______________________________________________
> 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 )
>