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
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
On Wed, 23 Aug 2000, Phil Harris wrote:
I seem to remember a entry to the collector about this, I think your stuck with having a 'static' sort key.
http://classic.zope.org:8080/Collector/1541/view Oh, wait, no that's the wrong one. Hmm. I don't seem to have saved the one specifically about the sort tag, but it also was posted by Adam Karpierz, with a request for comment. He's been trying to get some version of his patch accepted for a while now. Since he's proposing a syntax change it I think acceptance is probably being slowed down by global concerns over the need for DTML syntax improvements. But nobody has been making comments, so I'm not sure <frown>. You can always you his patch in the meantime, though. --RDM
participants (3)
-
Jean Jordaan -
Phil Harris -
R. David Murray