In article <[EMAIL PROTECTED]>,
Dan L. Pierson <[EMAIL PROTECTED]> wrote:
> If I try to do it by setting _defaultClass to 'LoginMember', it fails
> because 'LoginMember' isn't in Products.meta_classes.  In fact nothing
> relating to DemoPortal or any other ZClass product is in
> Products.meta_classes!  The official way to get into that dictionary

For a ZClass, the string should look like "Productname/Classname".
So try setting _defaultClass to "DemoPortal/LoginMember" instead of just
"LoginMember" and see if that works.

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to