[Zope] TinyTable : filter query pb
Bak @ kedai
kedai@kedai.com.my
Fri, 26 Jan 2001 23:39:51 +0800
-----Original Message-----
From: Thierry Pasquier <thierry.pasquier@pictascience.org>
To: zope@zope.org <zope@zope.org>
Date: Friday, January 26, 2001 8:21 PM
Subject: [Zope] TinyTable : filter query pb
>usagers is a TinyTable
>
>this, is ok :
><dtml-call "REQUEST.set('usager','bruno')">
><dtml-in "usagers(ident=usager)">
>...
>
>but, not this : why ?
><dtml-call "REQUEST.set('usager',AUTHENTICATED_USER)">
><dtml-in "usagers(ident=usager)">
>...
i think you want
<untested>
<dtml-call "REQUEST.set('usager',AUTHENTICATED_USER.getUserName())">
</untested>
>
>--
>Thierry Pasquier
>centre de culture scientifique, technique et industrielle en
Poitou-Charentes
>Espace Mendès France, Poitiers, tel 0549503300 - fax 0549413856
>http://www.pictascience.org
>
>
>_______________________________________________
>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 )
>