I should clarify that createobject is failing with a ComponentLookupError.
Can I register utilities at the site level in zcml? And once I have the local utility registered, how do I pass that site manager context to my browser/forms so I can do things like createObject. createObject seems to fail because it can't find the utility, but I think that's because its not looking for the utililty at the site level.
I'm using Zope2.12 w/five.localsitemanager.
Thanks,
- Jim