wrong redirection after save properties tab
Hi, i have a problem by using zope products. i wrote a product with edit and properties tabs. when i press the 'Save Changes' Button on the property tab the method manage_editProperties from the inherited class PropertyManager is called. after that i will redirect to the edit tab (i see it in the manage_tabs) but with content from the properties tab. whats wrong in my product. i do not implement manage_editProperties. I use the inherited method from PropertyManager Class. i use Zope 2.6.0 sorry for my bad english...
Holger Hees wrote:
i wrote a product with edit and properties tabs.
when i press the 'Save Changes' Button on the property tab the method manage_editProperties from the inherited class PropertyManager is called. after that i will redirect to the edit tab (i see it in the manage_tabs) but with content from the properties tab. whats wrong in my product. i do not implement manage_editProperties. I use the inherited method from PropertyManager Class.
Hi, I didn't get what you really want to do, but maybe you should have a look at the source and dtml of http://www.zope.org/Members/mjablonski/PropertyObject. There you can see how do you set up a propertysheet as Edit-Tab.
sorry for my bad english...
Maybe you should join the mailinglists of German Zope User Group: http://www.dzug.org/ It's a very friendly and active community... like all Zope-Communities...;) Cheers, Maik
Holger Hees wrote at 2003-1-24 13:27 +0100:
when i press the 'Save Changes' Button on the property tab the method manage_editProperties from the inherited class PropertyManager is called. after that i will redirect to the edit tab (i see it in the manage_tabs) but with content from the properties tab. whats wrong in my product. i do not implement manage_editProperties. I use the inherited method from PropertyManager Class. Then, you see that you want to change this ;-)
Define your own "manage_editProperties" method. In it, call the inherited one. Then do what you want. Dieter
participants (3)
-
Dieter Maurer -
Holger Hees -
Maik Jablonski