[Zope-CMF] FactoryTypeInformation

marc lindahl marc@bowery.com
Tue, 01 May 2001 20:48:44 -0400


Is it just me, or will FactoryTypeInformation only work with products that
require only an ID to be Added?

e.g. wrapping the normal File product, which needs at least a filename, it
has it's own form, but the CMF 'New...' form is just radio buttons and an ID
field, so you get an 'expected 3 got 2' error, and so on...

Perhaps that form needs to be replaced with one with no ID box, that goes to
a second form, which would be either the default (just asking for an ID or
perhaps an option to auto-generate), or one specified when building an FTI
type.....?  Would it then follow to have the 'Factory Method in Product' be
instead the Form?