chrisf writes: > Lets say one creates a Zclass product 'foo'. > How add 'foo' using the object manager. > Example: > > <dtml-call "manage_addFolder('home_page','home_page')"> > > adds a folder > > > How do I add foo Suggest, you read the section "Zope site building objects - ObjectManager" in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter