[Zope3-Users] Re: formlib, action decorators and inheritance

2006-07-17 Thread Jürgen Kartnaller
Hi Lorenzo. Lorenzo Gil Sanchez wrote: Hi, I have an add form which a subclass of form.AddForm. It just adds a 'cancel' action. This is my code: class AddView(form.AddForm): Try this here : actions = form.AddForm.actions form_fields = form.Fields(IDocument).omit('__name__')

Re: [Zope3-Users] Re: formlib, action decorators and inheritance

2006-07-17 Thread Lorenzo Gil Sanchez
Hi Jürgen, I did what you say and it's a little bit better. Thanks Lorenzo Jürgen Kartnaller wrote: Hi Lorenzo. Lorenzo Gil Sanchez wrote: Hi, I have an add form which a subclass of form.AddForm. It just adds a 'cancel' action. This is my code: class AddView(form.AddForm): Try this

Re: [Zope3-Users] small bug in z3c.multiform package

2006-07-17 Thread Bernd Dorn
On 17.07.2006, at 09:46, Lorenzo Gil Sanchez wrote: Hi, I found a bug in FilterMapping class of the z3c.multiform package. Basically the problem is due to the way the __len__ method is computed. Attached is a tiny patch for this bug. Feel free to use any copyright ownership you want

Re: [Zope3-Users] Zope3 workflow ?

2006-07-17 Thread Adam Groszer
Hello Thierry, http://svn.zope.org/Zope3/trunk/src/zope/wfmc/ and http://svn.z3lab.org/trac/z3lab/browser/z3ecm/trunk/src/ecm/workflow Monday, July 17, 2006, 5:25:07 PM, you wrote: Hi, I'm looking for components to support workflows in Zope3. I've read into Zope3 Developer's Handbook a

Re: [Zope3-Users] Zope3 workflow ?

2006-07-17 Thread Marco Mariani
Thierry Florac ha scritto: I'm looking for components to support workflows in Zope3. I've read into Zope3 Developer's Handbook a whole chapter about Zope3 workflow components and utilities, but these classes don't seem to be part of my current Zope3 release (3.3.0b1) anymore... Any link ?