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" <[EMAIL PROTECTED]>
To: "'Phil Harris'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
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
_______________________________________________
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 )