On 6/2/05, Garrett Smith <[EMAIL PROTECTED]> wrote: > Tale a look at: > > src/zope/app/form/browser/configure.zcml
Thanks. It took me a while to come back to this, but your pointer ended up being very helpful. Once I ruled out my ZCML as the problem, I was able to identify the *real* problem... my widget/field code was being imported and referenced from a number of places and yet had not gotten included as a package. So almost everything worked except that the ZCML configuring it never loaded. [*cringe* ] Thanks again. Dylan _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
