[Zope-CMF] Re: Portal Poll Product (also Re: [PTK(252)[2])
marc lindahl
marc@bowery.com
Wed, 18 Apr 2001 17:07:05 -0400
I had this problem too... following the tutorial exactly. What fixed it for
me was in portal_types/Poll, change Meta type to PortalPollType, which
matches the meta type in PortalPollClass/propertysheets/basic
looks like a typo in the tutorial?
>> 2) You may have the incorrect meta type
>
> You got it spot on :-). I had uppercase in one place (ZClass) and lowercase
> in another (portal_types). Thanks very much.