[Zope3-Users] z3c.form: terms/validation and problems with context

2008-08-19 Thread Carsten Senger
I use a session-based wizard with plone.z3cform that uses the concept from z3c.formdemo's wizard. The content is kept inside a session until it is written into the db in .finish(). I have problems with Lists and Choices where the vocabulary needs a suitable context that the content from the

Re: [Zope3-Users] Automatic schema field sanitation?

2008-12-02 Thread Carsten Senger
Hi Dennis, Dennis Noordsij schrieb: I would like to define a custom type inheriting from zope.schema.TextLine, which in addition to having a built-in constraint method also sanitizes the input. For example suppose you need to store codes of the kind: 3 letters, space, 3 numbers. The