The addform directive should do as you
desire. You mentioned you wanted to jump the an edit form directly upon adding
instead of going to the contents view. This is what addform was designed to do.
If my understanding is correct, can you send along the zcml snippets?
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Smith
Sent: Friday, May 12, 2006 10:41
AM
To: Zope3-users@zope.org
Subject: Re: [Zope3-Users] Add and
Edit form
I am a little unclear into which object I should add the nextURL
method.
In myclass/browser/configure.zcml I have addMenuItem and addForm directives. I
have tried adding the nextURL method to the class specified in the 'class'
parameter of the addForm directive. That does not work.
Stephan replied that the zope.app.form classes is where to override the nextURL
method, but where do I fit a zope.app.form instance into my configuration?
Thanks,
John
Cliff Ford
<[EMAIL PROTECTED]> wrote:
This is an example mextURL function that I used to add a folder
containing a page, and then go to the folder. Going to the page is just
an addition to the last line.
HTH
Cliff
def nextURL(self):
""" This function is called for redirection after folder
creation.
We can use it to fill out metadata collected from a custom add
form.
"""
Yahoo!
Cars NEW - sell your
car and browse thousands of new and used cars online search
now
|
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users