Hi All,
Am I right in thinking there's no generic way to provide global
utilities that require configuration using zcml?
If I'm wrong, can someone please tell me how ;-)
Otherwise, would it be possible to get the following to work:
<utility
factory="blah">
<param>abc</param>
<param type="int">1</param>
<param name="foo">bar</param>
</utility>
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-Dev maillist - Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )