Hi, v0.2 I attempting to use transparent folders. Like Andrew Milton's suggestions on using them to unclutter your tree, I wanted (want) to put all SQL methods in a folder in the root of my zope tree. From under this I wanted to put various tranparent folders grouping likewise functionality, eg, sqlMethods / Students / get_all_students get_all_students_gpa Teachers / get_all_teachers I would like to go, <dtml-in get_all_students> </dtml-in> And reverse aquisition will do its stuff and run the get_all_students in the Students folders. Sadly its not working though, am I correct in thinking that this functionality exists? Am I missing a patch or something? Thanks, Brenton Bills.
Sadly its not working though, am I correct in thinking that this functionality exists? Am I missing a patch or something?
No, that should work. I use Transparent Folders all the time. The current version has a little acquisition bug, but this should not affect you. I think the Transparent Folder Patch is not applied. When you start Zope, does it say: Applying TransparentFolders patch version 0.2. If not, you have to make the following adjustment in lib/python/OFS/__init__.py: try: # Apply the TransparentFolders patch. import Products.TransparentFolders.TransparentFolderPatch except: pass # The patch may have been removed. These lines may not exist, if you did not install the product properly. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
participants (2)
-
Brenton Bills -
Stephan Richter