[Zope] Promplems with TinyTablePlus
Dieter Maurer
dieter@handshake.de
Sun, 4 Mar 2001 23:43:46 +0100 (CET)
Bodo Bauer writes:
> I get exactly the same results when I try
>
> <dtml-call "manage_addProduct['TinyTablePlus'].manage_addTinyTablePlus( .... )">
>
> Also I don't quite understand why the management interface doesn't work
> right either...
When I tried to reproduce your problem in my ZopeCVS
a class derived from ZClasses:ObjectManager behaved very strange
(it did not show me any "add list selection).
I switched to a ZClass derived from OFS:Folder, got my
"Select type to add" selection and successfully selected
a Tiny Table.
Dieter