[Zope-CMF] portal skins and containership

Chris Withers chrisw@nipltd.com
Thu, 27 Feb 2003 13:07:24 +0000


Fearless Froggie wrote:
> I tested the following:
> 
> my_folder = 'test5' 
> my_folder.objectValues(my_object_type)

try this instead:

context[myfolder].contentValues(my_object_type)

cheers,

Chris