Re: [Zope] dtml-in and objectValues()
Kai Hofmann writes:
... now I wanted to do something like
<dtml-in "subdir.objectValues('*_de')> You may use "ZopeFind".
It provides much more control over with objects are returned then "objectValues". Documentation via "ZQR" (Zope Quick Reference). Dieter
Dear Dieter,
now I wanted to do something like
<dtml-in "subdir.objectValues('*_de')> You may use "ZopeFind".
It provides much more control over with objects are returned then "objectValues". Documentation via "ZQR" (Zope Quick Reference).
Thanks for the hint, but I have to add another requirement - I need to sort the result of dtml-in/ZopeFind by a date attribute ... I think I have an idea how to do it with dtml-in, but I have no idea how to do it with ZopeFind .... Greetings Kai -- Institut für Seeverkehrswirtschaft und Logistik http://www.isl.org/ Dipl.-Inform. Kai Hofmann mailto:hofmann@isl.org Universitaetsallee GW1 Block A phone:+49 421 22096-83 D-28359 Bremen fax:+49 421 22096-55
Kai Hofmann writes:
Thanks for the hint, but I have to add another requirement - I need to sort the result of dtml-in/ZopeFind by a date attribute ... I think I have an idea how to do it with dtml-in, but I have no idea how to do it with ZopeFind .... You combine ZopeFind with dtml-in in exactly the same way you do it now with "objectValues"....
Dieter
participants (2)
-
Dieter Maurer -
Kai Hofmann