[Zope] manage_addObjects?

Dieter Maurer dieter@handshake.de
Fri, 11 Jul 2003 20:46:05 +0200


ken@practical.org wrote at 2003-7-11 10:18 +0200:
 > ...
 > Is there something like 'manage_addObjects?

No, but it would not be too difficult to implement one.

  The most difficult part is the form you use to enter
  values for all your objects.
  If you have many objects, your form may become unwieldy...

  Once, you have solved this problem, your form action simply
  creates the objects in a loop.


Dieter