17 May
2000
17 May
'00
9:12 p.m.
In article <14626.61567.192558.386542@sol.control.com>, Dan L. Pierson <dan@sol.control.com> 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.