[Zope3-Users] Add and Edit form

David Johnson djohnson at jsatech.com
Fri May 12 12:04:52 EDT 2006


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: zope3-users-bounces at zope.org [mailto:zope3-users-bounces at zope.org] On
Behalf Of John Smith
Sent: Friday, May 12, 2006 10:41 AM
To: Zope3-users at 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 <Cliff.Ford at ed.ac.uk> 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!
<http://us.rd.yahoo.com/mail/uk/taglines/default/cars/*http:/uk.cars.yahoo.c
om/>  Cars NEW - sell your car and browse thousands of new and used cars
online search
<http://us.rd.yahoo.com/mail/uk/taglines/default/cars/*http:/uk.cars.yahoo.c
om/>  now 

  _____  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060512/9178e48f/attachment.htm


More information about the Zope3-users mailing list