[Zope-dev] Loginmanager and local roles

Steve Spicklemire steve@spvi.com
Tue, 19 Dec 2000 14:09:45 -0500 (EST)


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