Sorting dtml-in with properties
Can you do a sort in a dtml-in by a propety of the object? What I want to do is sort the documents in a folder by a fixed number set in a property of that document. I tried something like this but it didn't work. <dtml-in "objectValues(['DTML Document'])" sort=order> Any ideas how this could be accomplished? Adrian
I derived a small ZClass ("ZTest") from the Python class "Renderable" (made it refreshable) and made some minor modifications to "Renderable". After that I reloaded "Renderable", but the derived Class "ZTest" which uses a method from "Renderable" did not see the change and still used the old Version of "Renderable". Is there a way to fix that? -- Tom Schwaller http://www.linux-magazin.de/ http://www.linux-community.de
participants (2)
-
Adrian Esteban Madrid -
Tom Schwaller