I notice that you change the schema after binding it to a class variable
(the schema["fullname"].required=True line). Do that outside the class
declaration.
You'll have to recreate the Plone instance though.
I've had issues in the past where forgetting to do a schema.copy()
before modifying fields cause sitewide problems. My guess is your
problem is related.
Hedley
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers