[Zope] alpha sorting in Metapublisher (newbie)

Dieter Maurer dieter@handshake.de
Tue, 7 May 2002 21:42:26 +0200


Rebecca Elder writes:
 > ...
 > I use Metapublisher to display a list of records which
 > the user can click to go to a detail/edit page. I want
 > to be able to display the records alphabetically by
 > organization name.
 > 
 > Here's my current code:
 > 
 > <dtml-in entryIds>
Maybe, MetaPublisher has also an "entryValues" method.

Then you could use:

   <dtml-in entryValues sort=org>

     your "sequence-item" would then be the actual value not its id, of course.




Dieter