7 May
2002
7 May
'02
7:42 p.m.
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