[Zope-CMF] IDs

Chris Withers chrisw@nipltd.com
Tue, 29 Oct 2002 11:02:36 +0000


Jonas Nielsen wrote:
> When a user add some content he has to enter a unique ID. Is it possible
> to autogenerate these IDs ?

Yes.

Have a look at ScriptableTypeInfo objects, or have folder_factories call a 
wrapper rather than invokeFactory directly. The wrapper can then generate the id.

cheers,

Chris