[Zope3-Users] z3c.pagelet, z3c.layer.pagelet and error views not working(Unauthorized)

2008-06-04 Thread Nylan
Hello, I'm having a serious problem with z3c.pagelet and z3c.layer.pagelet. I've created my own layer based on IFormLayer,IDivFormLayer,IPageletBrowserLayer. Layer and skin work fine. Only with PAU zope doesn't redirect to login page when Unauthorized is thrown. Zope always displays:

AW: [Zope3-Users] z3c.pagelet, z3c.layer.pagelet and error views notworking(Unauthorized)

2008-06-04 Thread Roger Ineichen
Hi Nylan Betreff: [Zope3-Users] z3c.pagelet, z3c.layer.pagelet and error views notworking(Unauthorized) Hello, I'm having a serious problem with z3c.pagelet and z3c.layer.pagelet. I've created my own layer based on IFormLayer,IDivFormLayer,IPageletBrowserLayer. Layer and skin work

[Zope3-Users] IIntIds in test environment

2008-06-04 Thread Kai Diefenbach
Hi, to register a IntIds utility by startup I'm using following subscriber: snip def bootStrapSubscriber(event): Subscriber to the IDataBaseOpenedEvent Create local utilities if not yet present db, connection, root, root_folder = getInformationFromEvent(event)

[Zope3-Users] Annoying thing about schema

2008-06-04 Thread Peter Bengtsson
Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why can't it just help me and just convert the str to a unicode. All it'd need to do is just:: title = unicode(title) Django does

AW: [Zope3-Users] Sharing session data with zeo

2008-06-04 Thread Roger Ineichen
Hi Francois Betreff: [Zope3-Users] Sharing session data with zeo Good day, Are there any best practices for setting up a zeo server and zope clients to share session data? I see that the temporarystorage directive for zope.conf and zeo.conf is no longer valid in zope3, how does one