Re: [Zope-dev] Loginmanager and local roles
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 _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
participants (1)
-
Steve Spicklemire