[Zope] Sorting mod.time with dtml-in?
bak (kedai)
kedai@kedai.com.my
Thu, 3 May 2001 15:20:15 +0800
On Thursday 03 May 2001 15:11, Kai Hofmann wrote:
> I thought that I could simply sort by modification time withe the
> following:
>
> <dtml-in expr="subdir.objectValues()" sort="bobo_modification_time">
>
> but as it seems I am to stupid to understand Zope/Python, because
> this does not work :(
> Any hints?
>
shouldn't it be
<dtml-in expr="subdir.objectValues()" sort=bobobase_modification_time>
?
hth
> Thanks
>
> Kai