[Zope] Disappearing manage_options Tab
Dieter Maurer
dieter@handshake.de
Thu, 18 Jul 2002 20:01:03 +0200
Barry Berenberg writes:
> I'm trying to create my first Python product in Zope, and I'm running into a
> strange problem. Basically I have two manage_options tabs (Edit and View).
> The Edit tab is a simple form to change the title property (I'm starting out
> very simple). The problem is that the Edit tab disappears after I submit the
> changes, and then reappears if I go back to folder the object is contained
> in and select the object again.
What result does the submitting action returns?
When you look at the Management Interface actions, they either redirect
to a page or return a rendered page as result.
Dieter