[Zope] <dtml-let ..> method </dtml-let>
Phil Harris
phil.harris@zope.co.uk
Wed, 23 Aug 2000 15:52:45 +0100
I seem to remember a entry to the collector about this, I think your stuck
with having a 'static' sort key.
or you could do something like
<dtml-if "sort_key=='sort1'">
<dtml-in ......>
</dtml-in>
<dtml-elif "sort_key=='sort2'">
.
.
.
<dtml-else>
.
.
</dtml-if>
If you see what I mean.
Phil
----- Original Message -----
From: "Jean Jordaan" <Jean@mosaicsoftware.com>
To: "'Phil Harris'" <phil.harris@zope.co.uk>
Cc: <zope@zope.org>
Sent: Wednesday, August 23, 2000 3:45 PM
Subject: RE: [Zope] <dtml-let ..> method </dtml-let>
> hi Phil
>
> > ???
>
> nope ..
>
> > sort=sort_key>
>
> not "sort_key", "'sort_key'", or &dtml-sort_key; either :(
>
> <dtml-var sort_key> works fine, outside the <dtml-in ...> tag
>
> --
> jean