Hi, I was working in something similar, but instead of folders, they were submenus of a pop up menu. I found a how to (don't know anymore the address) from where I took this lines that should be in your DrafFolder constructor: <dtml-with "myClass.createInObjectManager('myId',REQUEST)"> <dtml-call "manage_addProduct['ZCatalog'].manage_addZCatalog('myCatalogId','myCatalogTi tle','create_default_catalog_',REQUEST)"> </dtml-with> In DrafDocument you must put this: <dtml-call "manage_editCataloger('myCatalogId')"> <dtml-call reindex_object> It should work, but when you have a draftFolder inside another draftFolder it doesn't work because you have two catalogs with the same name but in different locations, graphically: DraftFolder1/Catalog DraftFolder1/DraftFolder2/Catalog I guess it's because of the adquisition, so I just gave them different names to the catalogs and it works: DraftFolder1/Catalog1 DraftFolder1/DraftFolder2/Catalog2
http://sourceforce.net/projects/nlada-library By the way, this link doesn't work
Regards, Josef
Anyone in the Boston, MA area who can give me some help getting LocalFS working in a small Zope setup? This is my first python/Zope effort and I'm stuck. For an experienced person I wouldn't think it would take more than an hour or two of tutoring to get past the problems I have.
Doug Chamberlin wrote:
Anyone in the Boston, MA area who can give me some help getting LocalFS working in a small Zope setup? This is my first python/Zope effort and I'm stuck. For an experienced person I wouldn't think it would take more than an hour or two of tutoring to get past the problems I have.
Out of curiousity, have you ever hopped on the #zope channel on IRC? Most of the time there are a core set of lurkers who can actually answer questions if you pose it cogently enough. I'm sure you have people in Boston that can help; but I exepect that there are folks on the IRC channel that can help you too. Use irc.openprojects.net as a server, and join #zope.
participants (3)
-
Doug Chamberlin -
Josef Meile -
Matthew T. Kromer