Previously Derek Richardson wrote: > So, I need to have a portal action that queries for an adapter and gets a > utility in its available_expr. Can't do that in an expr, it seems. Tried > module['zope.component'].getUtility(...), but security error.
module['Products.CMFCore.utils'].getUtilityByInterfaceName Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
