19 Dec
2000
19 Dec
'00
7:09 p.m.
Hi Morten,
"Morten" == Morten W Petersen <morten@esol.no> writes:
Morten> (Can't understand why I had to use an additional list Morten> though). You probably found that Zope doesn't allow you to access the elements of a BTree object (which is what you get from "persistentItemIDs()" from dtml. You need to copy them to a 'plain' list first (a 'plain' list is in the set of object types that Zope allows you to use in DTML without further security checking.. ). -steve