[Zope] ZClasses PropertySheets
Dieter Maurer
dieter@handshake.de
Wed, 14 Aug 2002 20:26:57 +0200
Marco Catunda writes:
> ...
> I created a propertysheet, added a "Property Sheet Interface"
> with type "Edit" and mapped views for this propertysheet.
>
> When I use this product and try to change this propertysheet
> and the message "Your change have been saved" appear. After it,
> zope gives me other page to manage this propertysheet.
> How can I solve this problem? How can I fix zope to give me
> the same place and put the message "Saved changes" on top?
You need a wrapper. It calls "manage_changeProperties" on the property
sheet and then returns the page you would like to return...
Dieter