AW: AW: AW: [Zope3-Users] z3c.form - howto ignore the context for singlewidgets in an Edit form?

2008-02-21 Thread Roger Ineichen
Hi Hermann > Betreff: Re: AW: AW: [Zope3-Users] z3c.form - howto ignore > the context for singlewidgets in an Edit form? > > Am Donnerstag, 21. Februar 2008 04:41 schrieb Stephan Richter: > > On Monday 18 February 2008, Hermann Himmelbauer wrote: > > > - Only widgets? > > > - Combinations of sch

[Zope3-Users] Buildout recipe for setting up a WSGI application for Zope 3 ?

2008-02-21 Thread Baiju M
Hi, Is there any buildout recipe for setting up a WSGI application for Zope 3 ? I know zopeproject is an option, but I am looking for a recipe which does something similar. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://ma

Re: [Zope3-Users] Buildout recipe for setting up a WSGI application for Zope 3 ?

2008-02-21 Thread Jim Fulton
On Feb 21, 2008, at 7:28 AM, Baiju M wrote: Hi, Is there any buildout recipe for setting up a WSGI application for Zope 3 ? I know zopeproject is an option, but I am looking for a recipe which does something similar. I'm working on one very slowly. My recent efforts to clean up zope.ser

Re: [Zope3-Users] Buildout recipe for setting up a WSGI application for Zope 3 ?

2008-02-21 Thread Baiju M
- "Jim Fulton" <[EMAIL PROTECTED]> wrote: > On Feb 21, 2008, at 7:28 AM, Baiju M wrote: > > > Hi, > > Is there any buildout recipe for setting up a WSGI application > > for Zope 3 ? I know zopeproject is an option, but I am looking > > for a recipe which does something similar. > > > I'm w

Re: [Zope3-Users] Cloning interfaces/interface fields - how?

2008-02-21 Thread Marius Gedminas
On Wed, Feb 20, 2008 at 01:12:18PM -0500, Stephan Richter wrote: > On Wednesday 20 February 2008, Hermann Himmelbauer wrote: > > Yes, I also use z3c.form, but my problem is that the field has the > > "required" flag set to "True", which is appropriate for an add/edit form > > but may not be appropr

Re: [Zope3-Users] Cloning interfaces/interface fields - how?

2008-02-21 Thread Hermann Himmelbauer
Am Donnerstag, 21. Februar 2008 17:34 schrieb Marius Gedminas: > On Wed, Feb 20, 2008 at 01:12:18PM -0500, Stephan Richter wrote: > > On Wednesday 20 February 2008, Hermann Himmelbauer wrote: > > > Yes, I also use z3c.form, but my problem is that the field has the > > > "required" flag set to "True

AW: [Zope3-Users] Cloning interfaces/interface fields - how?

2008-02-21 Thread Roger Ineichen
Hi > Betreff: Re: [Zope3-Users] Cloning interfaces/interface fields - how? [...] > > > So yes, you need to change it on the widget level; here > is what you > > > have to do in your form: > > > > > > class MyForm(Form): > > > > > > def updateWidgets(self): > > > super(MyForm, self).upda