I use the following code to show menu of items ordered by the creation time. <dtml-in expr="a.b.objectValues('Folder')" sort="bobobase_creation_time"> <a href="&dtml-absolute_url;"><dtml-var title_or_id></a> </dtml-in> this doesn't do what I expect it to do. The items are reordered almost all times I select one of them. And the reordering is not consistent. Random behavior is seen. Please throw some light.
bobobase_creation_timethere is no such attribute "bobobase_creation_time". Do you mean "bobobase_modification_time" ??? -aj ----- Original Message ----- From: Deepak, V To: zope@zope.org Sent: Wednesday, August 21, 2002 13:08 Subject: [Zope] bobobase_creation_time I use the following code to show menu of items ordered by the creation time. <dtml-in expr="a.b.objectValues('Folder')" sort="bobobase_creation_time"> <a href="&dtml-absolute_url;"><dtml-var title_or_id></a> </dtml-in> this doesn't do what I expect it to do. The items are reordered almost all times I select one of them. And the reordering is not consistent. Random behavior is seen. Please throw some light.
participants (2)
-
Andreas Jung -
Deepak, V