-----Original Message-----
From: Thierry Pasquier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
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  -  [EMAIL PROTECTED]
>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 )
>



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to