Hello,
I've a a IPathAdapter:
<adapter
for="zope.security.interfaces.IPrincipal"
provides="zope.app.traversing.interfaces.IPathAdapter"
factory=".homefolder.getHomeFolder"
name="hf" />
(from Stephans HomeFolderManager)
Now I want a menu item that is pointing to that homefolder. How can I do that?
<menuItem
action="principal/hf"
[...]" />
Does not work?
Thx,
Florian
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users