[Zope3-Users] nextURL: add vs edit
Shaun Cutts
shaun at cuttshome.net
Fri Feb 17 13:16:34 EST 2006
Is there a reason why zope.app.form.browser.add.AddView defines:
def nextURL(self):
return self.context.nextURL()
but zope.app.form.browser.editview.EditView doesn't?
My redirection works for add but not edit, and this is the reason. Is
this a feature or a bug? If a bug, all that needs to happen is that
nextURL get moved to EditView from AddView, as EditView is base for Add.
But perhaps there is a reason for this I don't understand?
- Shaun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060217/e45204e3/attachment.htm
More information about the Zope3-users
mailing list