8 Nov
2000
8 Nov
'00
4:41 p.m.
This is a known problem. Use:
<dtml-let itemIDs="[]"> <dtml-in "addressRack.getPersistentItemIDs()" sort> <dmtl-call "itemIDs.append(_['sequence-item'])"> </dtml-in>
Now you have the required itemIDs in itemIDs.
</dtml-in>
Thanks Steve and thank you Phillip for ZPatterns. I've managed to create a very basic framework storing attributes in the ZODB and in a SQL RDBMS. I'm elated. This is the way to write applications, IMHO. A couple of things are still unclear but I at least feel that I can create now. Roché