>         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


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to