[Zope-dev] configuring global utilities in zcml
Chris Withers
chris at simplistix.co.uk
Tue Aug 5 06:26:19 EDT 2008
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
More information about the Zope-Dev
mailing list