Re: [Zope3-Users] cant register object via zmi

2008-05-15 Thread Stephan Richter
On Wednesday 16 April 2008, garz wrote:
 i cant register the following class through the zmi.

I do not understand what can't register through ZMI means here. With the 
Python snippet below you cannot do anything in the ZMI of course. You 
certainly need to have more ZCML or similar code.

Regards,
Stephan
-- 
Stephan Richter
Web Software Design, Development and Training
Google me. Zope Stephan Richter
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] cant register object via zmi

2008-04-16 Thread garz

hi,

i cant register the following class through the zmi. there is not tab for
supporting that action.

class IServus(Interface)

class Servus(Persistent, Location):
implements(IServus)

i can register every container or contained item. so checked the difference
between them, but i cant figure out. any ideas?
-- 
View this message in context: 
http://www.nabble.com/cant-register-object-via-zmi-tp16728156p16728156.html
Sent from the Zope3 - users mailing list archive at Nabble.com.

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users