[Zope] disappearing management tabs

Arkaitz arkbit@yahoo.com
16 May 2001 18:00:58 +0200


Hi all,

I've got a Python product class that has an "editData" that once changed
the info in the class, has to return to the original form. I do it like
this:

if REQUEST is not None:
    return self.editForm (REQUEST, manage_tabs_message='data saved.')

The problem is that when calling it this way, the editForm DTML method doesn't 
have the management tabs that are there when it's called directly. This dtml file 
has this at the beginning:
    <dtml-var manage_page_header>
    <dtml-var manage_tabs>

All the <head>, css, etc. gets inserted fine, but there are no tabe.
 Any hint?

TIA,
arkaitz.