[Zope3-Users] login/logout with z3c.pagelet?

2008-02-10 Thread Christophe Combelles
Hi, Are there any login/logout/redirect templates for z3c.pagelet? I could reuse the templates from zope.app.authentication, but they obviously contain some macros that need some registrations I don't have, such as @@standard_macros. And my layout template does not contain any macro. Maybe th

[Zope3-Users] Re: Standalone forms for z3c.form groups

2008-02-10 Thread Fernando Correa Neto
Mmm.reading the email I think it is a bit confuse. What I am really trying to do is: class ISomeContent(Interface): some_field = zope.schema.List(title='Some Field', value_type=zope.schema.Object(title=u'Some Field', schema=IOtherContent)

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

2008-02-10 Thread Roger Ineichen
Hi Christophe > Betreff: Re: AW: [Zope3-Users] z3c.form - howto ignore the > context for singlewidgets in an Edit form? [...] > > class ISubscribeSchema(zope.interface.Interface): > > """The subscription form.""" > > > > password = zope.schema.Password( > > title=_(u'Password')

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

2008-02-10 Thread Christophe Combelles
Roger Ineichen a écrit : Hi all Betreff: Re: [Zope3-Users] z3c.form - howto ignore the context for singlewidgets in an Edit form? On Friday 08 February 2008, Hermann Himmelbauer wrote: What's your opinion on this, Stephan? One important design goal for z3c.form is not to be JS dependent. Th

[Zope3-Users] Standalone forms for z3c.form groups

2008-02-10 Thread Fernando Correa Neto
Hello there! I've been playing with z3c.form for quite a while and have drunk a lot of its Kool-aid already and I decided that I would need a reference widget/gadget. Widget in a sense of simple html representation and gadget in a sense of really complex and nasty stuff under the hoodthink of

AW: [Zope3-Users] eggsplosion again

2008-02-10 Thread Roger Ineichen
Hi Christophe > Betreff: [Zope3-Users] eggsplosion again [...] > But I fear that in a near future we will need to start any > interfaces.py with : > import zope.schema > import foo.schema > import bar.schema > (...) > import mycoolnamespace.schema I agree with your point that the implementatio

[Zope3-Users] eggsplosion again

2008-02-10 Thread Christophe Combelles
Stephan Richter a écrit : On Friday 08 February 2008, Hermann Himmelbauer wrote: Right, that seems to be a perfect solution. Btw., it seems that there are quite some generic widget/field-patterns that a lot of people are needing - such as the PasswordConfirmationWidget. Or, in my case I need a s