Re: [Zope3-Users] How to persist an attribute of list type

2007-12-02 Thread Hermann Himmelbauer
Am Freitag, 30. November 2007 19:34 schrieb Yuan HOng: > Hi, > > It seems that I can not get list attribute of an persistent object > changed. I have the following class, which has a list as one of its > attributes: > > class Cart(Persistent): > items = [] > amount = 0 Hehe, I had the same

[Zope3-Users] http://wiki.zope.org/zope3/LocalComponentManagementSimplification status and implementation status aren't updated ?

2007-12-02 Thread KLEIN Stephane
Hi, in Baiju's Zope Component Architecture document (http:// www.muthukadan.net/docs/zca.html) I see in "1.2 A brief history" section : """ During the Zope 3.2 release cycle, Jim Fulton proposed a major simplification of ZCA [2]. With this simplification, a new single interface (IComponentRe

[Zope3-Users] Re: how can I call standard publisher if my PluggableBrowserTraverser don't resolve my request ?

2007-12-02 Thread KLEIN Stephane
Le Sat, 01 Dec 2007 19:50:56 -0500, Stephan Richter a écrit : > On Friday 30 November 2007, KLEIN Stéphane wrote: >> I understand this but how can I say : if PluggableBrowserTraverser >> don't found traverser for my request, use "standard" traverser in order >> to use standard browser view declara