Re: AW: AW: AW: Compound/ArrayField

Nico Grubert <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
> Ist das gleiche, habs auch schon mehrmals neu geladen/installiert.
> Mit dem von plone.org und python.org

Ich habe dieses Problem auch.
Installiert sind:
   - CompoundField 1.2
   - Plone 3.2.1
   - CMFEditions 1.1.8

Mein Schema ist simple und besteht aus 1 StringField und 1 ArrayField:
------------------------------------------------------------------------
schema = atapi.BaseSchema.copy() +  atapi.Schema((

     atapi.StringField('ueberschrift',
         searchable = 1,
         required = 1,
         widget = atapi.StringWidget(label = u'Überschrift', size = 150),
         ),

     ArrayField(atapi.StringField('mitarbeiter',
                 label = u"Mitarbeiter auswählen",
                 widget = atapi.SelectionWidget(label = u'Mitarbeiter'),
                 vocabulary = my_config.MITARBEITER,
             ),
             size=2,
         ),
))
------------------------------------------------------------------------

Die Fehlermeldung ist wie gehabt:
AttributeError: Macro EnhancedArrayWidget does not exist for 
<mitarbeiterseite at mitarbeiterseite.2009-05-19.7411246097>

Gruss
Nico



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.