[Zope3-Users] providing IInputWidget using zope:view?
Dylan Reinhardt
dylanreinhardt at gmail.com
Mon Jun 6 16:44:52 EDT 2005
On 6/2/05, Garrett Smith <garrett at mojave-corp.com> 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
More information about the Zope3-users
mailing list