> 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é
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )